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

Fix relative precedence of != and == #825

Merged
merged 2 commits into from
Feb 23, 2019
Merged

Conversation

Gabriella439
Copy link
Collaborator

Fixes dhall-lang/dhall-lang#373

The standard specifies that != should have higher precedence than ==,
which this change fixes.

Fixes dhall-lang/dhall-lang#373

The standard specifies that `!=` should have higher precedence than `==`,
which this change fixes.
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.

Thank you! 🙂

@Gabriella439 Gabriella439 merged commit 5b0686b into master Feb 23, 2019
@Gabriella439 Gabriella439 deleted the gabriel/fix_precedence branch February 23, 2019 16:56
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.

Grammar parses != in right-associative way
2 participants