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

Resolve #6355: Fix most incomplete-uni-patterns #6433

Merged
merged 1 commit into from
Dec 15, 2019

Conversation

phadej
Copy link
Collaborator

@phadej phadej commented Dec 15, 2019

Or replace

Just foo = rhs

with

foo = fromMaybe (error "...") rhs

which there are plenty. I didn't tried to refactor these errors away,
let cabal panic, if it hits them.

@phadej phadej added this to the 3.2.0.0 milestone Dec 15, 2019
@phadej phadej force-pushed the issue-6355 branch 2 times, most recently from e6ec44e to 5c2c130 Compare December 15, 2019 11:58
Or replace

    Just foo = rhs

with

    foo = fromMaybe (error "...") rhs

which there are plenty. I didn't tried to refactor these errors away,
let cabal panic, if it hits them.
@phadej phadej merged commit 65522af into haskell:master Dec 15, 2019
@phadej phadej deleted the issue-6355 branch December 15, 2019 15:13
@phadej
Copy link
Collaborator Author

phadej commented Dec 22, 2019

Backported in #6430

@phadej phadej mentioned this pull request Jul 10, 2020
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.

1 participant