[project @ 2004-07-21 09:25:42 by simonpj]
authorsimonpj <unknown>
Wed, 21 Jul 2004 09:25:45 +0000 (09:25 +0000)
committersimonpj <unknown>
Wed, 21 Jul 2004 09:25:45 +0000 (09:25 +0000)
commit10ab808b4c8575f62bcc7998e5ab45fa0e0d33c5
tree21fa4456dfbb69b8c23063eb7e798969448d71ad
parentfc878fc7dbe454c3c3b0e4c4541d08e7ae8d8a67
[project @ 2004-07-21 09:25:42 by simonpj]
-------------------------------
       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.
ghc/compiler/ghci/InteractiveUI.hs
ghc/compiler/iface/IfaceSyn.lhs
ghc/compiler/typecheck/TcRnDriver.lhs