Thu Jan 11 01:07:04 PST 2007  [EMAIL PROTECTED]
  * Add the function TypeRep.pprTypeApp, and use it
  
    pprTypeApp :: SDoc -> [Type] -> SDoc
    pprTypeApp pp tys = hang pp 2 (sep (map pprParendType tys))

    M ./compiler/main/GHC.hs -3 +5
    M ./compiler/main/PprTyThing.hs -1 +1
    M ./compiler/typecheck/TcEnv.lhs -1 +1
    M ./compiler/typecheck/TcType.lhs -1 +1
    M ./compiler/types/FamInstEnv.lhs -2 +7
    M ./compiler/types/Type.lhs -6 +9
    M ./compiler/types/TypeRep.lhs -5 +7

_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to