Skip to content

Instantly share code, notes, and snippets.

@roman
Created August 16, 2013 17:08
Show Gist options
  • Save roman/6251670 to your computer and use it in GitHub Desktop.
Save roman/6251670 to your computer and use it in GitHub Desktop.
ghc: panic! (the 'impossible' happened) (GHC version 7.6.3 for x86_64-unknown-linux): tc_hs_type: record Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
module Confetti where
type Greeting = String
data Hello
= NoGreet
| Hello { _helloGreet :: Greeting }
| Hallo Greeting { _helloGreet :: Greeting }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment