[project @ 2001-07-18 16:06:10 by rrt]
authorrrt <unknown>
Wed, 18 Jul 2001 16:06:11 +0000 (16:06 +0000)
committerrrt <unknown>
Wed, 18 Jul 2001 16:06:11 +0000 (16:06 +0000)
commit0143969c73e0071df19a103979b6861ca1df0bb9
tree3559be80a16335b55062a6beed2340943a73057d
parentbdc687a0d8ad81a4cadb3dce848b662569b8111f
[project @ 2001-07-18 16:06:10 by rrt]
Add support for Hugs's :info command. Doesn't work yet, but shouldn't
interfere with anything else. Some of the files touched are just to correct
out-of-date comments.

Highlights are:

hscThing: like hscStmt, but just gets info about a single identifier
cmInfoThing: exposes hscThing's functionality to the outside world
ghc/compiler/compMan/CompManager.lhs
ghc/compiler/deSugar/DsExpr.lhs
ghc/compiler/deSugar/DsGRHSs.lhs
ghc/compiler/ghci/InteractiveUI.hs
ghc/compiler/main/HscMain.lhs
ghc/compiler/main/MkIface.lhs
ghc/compiler/parser/ParseUtil.lhs