Skip to content
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

Can't name values starting with keywords #72

Closed
wende opened this issue Jul 1, 2017 · 1 comment
Closed

Can't name values starting with keywords #72

wende opened this issue Jul 1, 2017 · 1 comment
Labels

Comments

@wende
Copy link
Collaborator

wende commented Jul 1, 2017

typeFun a = 0 -- Gets treated as type declaration
asFun a = 0  -- won't compile
letter = 'a' -- won't compile
@wende
Copy link
Collaborator Author

wende commented Jul 1, 2017

Grouped issue of #71 #57 #64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant