Created
August 16, 2013 17:08
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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