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
to add to this, I don't think we should support expressions for now! but we should make sure that any types are supported though if that's not already the case
The current ITE requires the branches to be variables:
This restriction makes it inconvenient to use the ITE in noname. Ideally, we should allow expressions in the branches.
Examples for feature enhancement:
Allow literals
Allow expressions
The text was updated successfully, but these errors were encountered: