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

Guard redundant equations #19

Merged
merged 1 commit into from
Dec 3, 2015
Merged

Guard redundant equations #19

merged 1 commit into from
Dec 3, 2015

Conversation

bgamari
Copy link
Contributor

@bgamari bgamari commented Dec 3, 2015

GHC's exhaustiveness checker used to be quite rudimentary. As of GHC
8.0 we have a new exhaustiveness checker which correctly recognizes the
cases covered by these equations as invalid.

GHC's exhaustiveness checker used to be quite rudimentary. As of GHC
8.0 we have a new exhaustiveness checker which correctly recognizes the
cases covered by these equations as invalid.
bgamari added a commit that referenced this pull request Dec 3, 2015
Guard redundant equations
@bgamari bgamari merged commit d829642 into haskell:master Dec 3, 2015
@bgamari
Copy link
Contributor Author

bgamari commented Dec 3, 2015

@michalt please feel free to implement a different approach if you would prefer. I wanted to merge quickly this to allow the GHC tree to validate again. Sorry for the intrusion.

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.

None yet

1 participant