-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Eliminate dot in nullary-tag variant patterns #1427
Comments
(That is, eliminate the '.' after a nullary-tag pattern in an alt) I'll implement this, by disallowing name conflicts between variables and in-scope nullary tags. |
Uh, yeah. Terrible description. I was typing fast. I've updated the title to be more descriptive. |
c3bc8fa is a transitional version that supports patterns either with or without the '.'. I haven't yet changed all the compiler and library code to not use the '.', so I'm leaving this open. |
5b028f5 removes support for the '.'. HUZZAH |
Nobody likes it, but there's no agreement on how to fix it.
The text was updated successfully, but these errors were encountered: