#5998: GHCi's :info to return all the visible instances, not just the ones
imported from currently loaded files
---------------------------------+------------------------------------------
    Reporter:  errge             |       Owner:                  
        Type:  feature request   |      Status:  new             
    Priority:  normal            |   Milestone:  7.6.2           
   Component:  GHCi              |     Version:  7.4.1           
    Keywords:  ghci :info        |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by diatchki):

 Hello,

 I hadn't seen this ticket but I run into exactly the same problem and
 implemented the ":info!" functionality, which simply shows all instances
 that GHCi currently knows about by simply disabling the filtering.  It
 seems to work reasonably well and avoids the extremely puzzling situation
 where we know that an instance is available because the methods work, but
 GHCi does not show the instance.

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

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to