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

Strange Parses #116

Closed
jaredponn opened this issue Oct 17, 2023 · 0 comments · Fixed by #117
Closed

Strange Parses #116

jaredponn opened this issue Oct 17, 2023 · 0 comments · Fixed by #117
Assignees
Labels
frontend invalid This doesn't seem right

Comments

@jaredponn
Copy link
Collaborator

jaredponn commented Oct 17, 2023

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.

There's other instances of this as well.

This issue proposes to fix these!

@jaredponn jaredponn linked a pull request Oct 17, 2023 that will close this issue
@szg251 szg251 moved this from Todo to In review in Lambda Buffers Oct 17, 2023
@jaredponn jaredponn self-assigned this Oct 17, 2023
@jaredponn jaredponn added frontend invalid This doesn't seem right labels Oct 18, 2023
@github-project-automation github-project-automation bot moved this from In review to Done in Lambda Buffers Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend invalid This doesn't seem right
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant