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
Right now, an enum passed to a tuple term would be applied to all the tuples, so they must be all the same type and take the same values if using enums. Not ideal.
For each type in the tuple, should be able to specify enum with e.g.
[@enum.t1 …]
The text was updated successfully, but these errors were encountered: