Skip to content

Instantly share code, notes, and snippets.

@milesrout
Created July 20, 2016 05:04
Show Gist options
  • Save milesrout/2ed00f9192af48dad4757dfc7f3d90d8 to your computer and use it in GitHub Desktop.
Save milesrout/2ed00f9192af48dad4757dfc7f3d90d8 to your computer and use it in GitHub Desktop.
GHC problems
I can't use MonadFailDesugaring because it's only supported in GHC 8.0, and GHC 8.0.1
has a major bug in its pattern synonym support: it panics on nested synonyms when
loaded into GHCI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment