-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Membership expressions #13
Comments
Type dispatch:
For all other types, it should follow whatever rules the pattern matching operation enforces. |
Not currently possible to be lower than |
Currently,
in
is only supported infor
loops.in
can be added as an infix operator (membership, pattern matching, etc); valid in any expression. Support fornot in
would need to be implemented as well.Precedence level should be lower than
~
and..
but higher than&&
The text was updated successfully, but these errors were encountered: