simonpj 2004/07/21 02:25:47 PDT
Modified files:
ghc/compiler/ghci InteractiveUI.hs
ghc/compiler/iface IfaceSyn.lhs
ghc/compiler/typecheck TcRnDriver.lhs
Log:
-------------------------------
Sort out the :i command for GHCi
-------------------------------
The :info command has been broken in the HEAD for some time, since the new IfaceSyn
story. This commit sorts it out, and makes it nicer than before. For example, when
you :i a record selector, you get a cut-down data type declaration, so you can see
the context.
Revision Changes Path
1.167 +95 -50 fptools/ghc/compiler/ghci/InteractiveUI.hs
1.9 +9 -20 fptools/ghc/compiler/iface/IfaceSyn.lhs
1.74 +26 -10 fptools/ghc/compiler/typecheck/TcRnDriver.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc