Skip to content

Instantly share code, notes, and snippets.

@Soares
Created April 10, 2012 14:46
Show Gist options
  • Save Soares/2351843 to your computer and use it in GitHub Desktop.
Save Soares/2351843 to your computer and use it in GitHub Desktop.
How to explode GHC's brain
{-# LANGUAGE ExistentialQuantification #-}
data Test = forall a. Show a => Box a
main = print a where Box a = undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment