[Haskell-cafe] Is it a bug in haskell-src-meta package?

bob zhang bobzhang1988 at gmail.com
Thu Sep 1 03:19:09 CEST 2011


Hi, all

parseExp "(,) 3 4 " =>

Right (AppE (AppE (ConE GHC.Unit.(,)) (LitE (IntegerL 3))) (LitE
(IntegerL 4)))

where's GHC.Unit.(,) ?

Many thanks

best, bob



More information about the Haskell-Cafe mailing list