[project @ 2002-04-02 10:18:07 by simonmar]
authorsimonmar <unknown>
Tue, 2 Apr 2002 10:18:07 +0000 (10:18 +0000)
committersimonmar <unknown>
Tue, 2 Apr 2002 10:18:07 +0000 (10:18 +0000)
commit8f3023cf4cac015d686672cbc91f3426357ec138
tree96592e5a6024923bee72f78e253344f44693696c
parent0920c8ee875ea8c30d36eb2469377383301ba158
[project @ 2002-04-02 10:18:07 by simonmar]
- Reverse the meaning of the *-prefix in the :module and :browse
  commands: '*Foo' now means the full contents of Foo, whereas just
  'Foo' means Foo's exports only.  This seems more intuitive to me,
  but the downside is that ':m Foo' doesn't do the same thing in
  GHC as Hugs (you have to say ':m *Foo' to get Hugs's behaviour).

- Update the help text
ghc/compiler/ghci/InteractiveUI.hs