Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d50a0937b4b5b0fd2f3882e15c4ddd7110d4ab45 >--------------------------------------------------------------- commit d50a0937b4b5b0fd2f3882e15c4ddd7110d4ab45 Author: Simon Peyton Jones <[email protected]> Date: Mon Aug 22 08:03:44 2011 +0100 Make pprTyThingInContenxt handle associated types right Just as we want to display a data constructor as part of its parent data type declaration, so with associated types. This was simply missing before. compiler/main/GHC.hs | 2 +- compiler/main/HscTypes.lhs | 23 ++++++++- compiler/main/PprTyThing.hs | 113 ++++++++++++++++++++++-------------------- compiler/types/TyCon.lhs | 11 +++-- 4 files changed, 88 insertions(+), 61 deletions(-) Diff suppressed because of size. To see it, use: git show d50a0937b4b5b0fd2f3882e15c4ddd7110d4ab45 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
