Skip to content
Snippets Groups Projects
Commit 1561cafc authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Resolve #6355: Fix most incomplete-uni-patterns

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.
parent a99c7ece
No related branches found
No related tags found
No related merge requests found
Showing
with 96 additions and 64 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment