このコードは機能しません
data Expression = Atom String
| Sequence [Expression]
deriving (show)
このエラーが発生します:
$ runghc bug.hs
ghc: panic! (the 'impossible' happened)
(GHC version 7.4.1 for x86_64-apple-darwin):
nameModule show{tv a9J}
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
私は何か間違ったことをしていますか、それとも本当にバグですか?