Skip to content

Conversation

@Gabriella439
Copy link
Collaborator

Fixes #655

The standard grammar specifies that Some must be followed by
non-empty whitespace, so that an identifier like SomeCons is not
parsed as Some Cons.

Fixes #655

The standard grammar specifies that `Some` must be followed by
non-empty whitespace, so that an identifier like `SomeCons` is not
parsed as `Some Cons`.
Copy link
Member

@f-f f-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should also None have this fix?

@Gabriella439
Copy link
Collaborator Author

@f-f: None already works correctly (both in the grammar and in the Haskell implementation)

@Gabriella439 Gabriella439 merged commit 84c99bf into master Oct 26, 2018
@Gabriella439 Gabriella439 deleted the gabriel/SomeCons branch October 26, 2018 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants