ElTypeRef implementation eval_type from ElExpression missing

ElTypeRef is in that inheritance-line the last class and not an abstract class.
Same for ElConstraintExpression, ElUnaryOperator and ElBinaryOperator

My editor complains not having done this.

:wink:

Good catch - fixed now.

You should also add effective_type() to BmmContainerType for about the same reasons

1 Like

Again right; the change is now up.

Keep the good thing rolling, found another one :wink:

flattenedTypeList() must be implemented in BmmTupleType and BmmSignature

1 Like

Also fixed :slight_smile: