
10 Dec
2008
10 Dec
'08
6:32 a.m.
Why can ghc read the program, but not the standard library parser? Does ghc use something else? Is it possible to use whatever ghc uses to build a prettyprinter?
Language.Haskell is known to be incomplete. The haskell-src-exts package on http://hackage.haskell.org will be more useful.
Haskell-src-exts understands mode features, but I just tried using it and it seems it's also not Unicode aware. Thanks, MaurĂcio