We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are some strange things that parse / don't parse for the front end.
For example,
module TEST sum A = A
and
-- Module documentatoin module TEST sum A = A
do not parse.
Also,
module TEST sum A = A class MyClass a deriveMyClass A
parses deriveMyClass as derive and MyClass.
deriveMyClass
derive
MyClass
There's other instances of this as well.
This issue proposes to fix these!
The text was updated successfully, but these errors were encountered:
docs/syntax.md
jaredponn
Successfully merging a pull request may close this issue.
There are some strange things that parse / don't parse for the front end.
For example,
and
do not parse.
Also,
parses
deriveMyClass
asderive
andMyClass
.There's other instances of this as well.
This issue proposes to fix these!
The text was updated successfully, but these errors were encountered: