此代码不起作用
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
我做错了什么,还是确实是个错误?