cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs
fptools/ghc/compiler/iface
IfaceSyn.lhs fptools/ghc/compiler/typecheck TcRnDriver.lhs
Simon Peyton Jones
simonpj at glass.cse.ogi.edu
Wed Jul 21 05:25:48 EDT 2004
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
More information about the Cvs-ghc
mailing list