[GHC] #4175: GHCi support for type/data families should match that of related features

GHC cvs-ghc at haskell.org
Fri Mar 15 16:55:46 CET 2013


#4175: GHCi support for type/data families should match that of related features
---------------------------------+------------------------------------------
    Reporter:  claus             |       Owner:                  
        Type:  bug               |      Status:  patch           
    Priority:  low               |   Milestone:  7.6.2           
   Component:  GHCi              |     Version:  6.12.3          
    Keywords:  FD TF             |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by patrick@…):

 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(-)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4175#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list