cvs commit: fptools/ghc/compiler/hsSyn Convert.lhs
fptools/ghc/compiler/typecheckPpr.hs
Ian Lynagh
igloo at glass.cse.ogi.edu
Mon Jan 5 07:15:27 EST 2004
igloo 2004/01/05 07:15:27 PST
Modified files:
ghc/compiler/hsSyn Convert.lhs
ghc/compiler/typecheck TcSplice.lhs
libraries/haskell-src/Language/Haskell/TH Ppr.hs
Log:
Use pprint rather than show . ppr to get String representations of TH
datastructures. Also moved pprint out of the class as we never want to
override it.
Revision Changes Path
1.46 +2 -2 fptools/ghc/compiler/hsSyn/Convert.lhs
1.36 +1 -1 fptools/ghc/compiler/typecheck/TcSplice.lhs
1.2 +3 -2 fptools/libraries/haskell-src/Language/Haskell/TH/Ppr.hs
More information about the Cvs-libraries
mailing list