[commit: ghc] master: Implement type family instance support for ":info" (#4175) (ca39e77)
Simon Peyton Jones
simonpj at microsoft.com
Fri Mar 15 16:55:36 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ca39e777907f8b16d8ede82e040b6f17fad99c9e
>---------------------------------------------------------------
commit ca39e777907f8b16d8ede82e040b6f17fad99c9e
Author: Patrick Palka <patrick at parcs.ath.cx>
Date: Thu Mar 7 11:39:10 2013 -0500
Implement type family instance support for ":info" (#4175)
v2: added a couple of comments
compiler/main/GHC.hs | 2 ++
compiler/main/HscMain.hs | 2 +-
compiler/main/InteractiveEval.hs | 16 +++++++++++-----
compiler/typecheck/TcRnDriver.lhs | 33 ++++++++++++++++++++++-----------
compiler/typecheck/TcType.lhs | 2 +-
compiler/types/FamInstEnv.lhs | 14 +++++++++++++-
compiler/types/InstEnv.lhs | 13 ++++++++++++-
ghc/InteractiveUI.hs | 16 ++++++++++------
8 files changed, 72 insertions(+), 26 deletions(-)
Diff suppressed because of size. To see it, use:
git show ca39e777907f8b16d8ede82e040b6f17fad99c9e
More information about the ghc-commits
mailing list