[commit: ghc] wip/iface-type-pretty: Kill Type pretty-printer (846eca4)
git at git.haskell.org
git at git.haskell.org
Wed Jul 20 17:03:59 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/iface-type-pretty
Link : http://ghc.haskell.org/trac/ghc/changeset/846eca4c5ad558141722443fd50ca9959f71e9d6/ghc
>---------------------------------------------------------------
commit 846eca4c5ad558141722443fd50ca9959f71e9d6
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Mar 2 12:43:47 2016 +0100
Kill Type pretty-printer
Here we consolidate the pretty-printing logic for types in IfaceType. We
need IfaceType regardless and the printer for Type can be implemented in
terms of that for IfaceType. See #11660.
>---------------------------------------------------------------
846eca4c5ad558141722443fd50ca9959f71e9d6
compiler/iface/IfaceType.hs | 77 ++++++---
compiler/types/TyCoRep.hs | 399 +++-----------------------------------------
2 files changed, 78 insertions(+), 398 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 846eca4c5ad558141722443fd50ca9959f71e9d6
More information about the ghc-commits
mailing list