patch applied (ghc): Print more nicely in -ddump-splices
Simon Peyton Jones
simonpj at microsoft.com
Thu May 28 13:00:09 EDT 2009
Thu May 28 09:50:39 PDT 2009 simonpj at microsoft.com
* Print more nicely in -ddump-splices
Ignore-this: ffa4855ac1e95e45a057acae85ca75db
When you say -ddump-splices, the "before" expression is now
*renamed* but not *typechecked"
Reason (a) less typechecking crap
(b) data constructors after type checking have been
changed to their *wrappers*, and that makes them
print always fully qualified
M ./compiler/typecheck/TcSplice.lhs -12 +16
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090528165039-1287e-b48f2a7e77197d686ece2a14c44dd3f08d9e488c.gz
More information about the Cvs-ghc
mailing list