You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is an error to define a sort alias to a primitive type (Int, Map, etc.) if the sort is also used as a syntactic sort (i.e. as target sort for a constructor declaration).
The following signature causes various explicated rules on default arrow to mis-typed expecting to see Index instead of V
For example,
This rule has a type error in the explicated code.
Running the generated interpreter leads to class cast exception.
There should be no confusion between arrow for meta-function and default arrow.
The text was updated successfully, but these errors were encountered: