From: simonmar Date: Tue, 30 Apr 2002 10:31:50 +0000 (+0000) Subject: [project @ 2002-04-30 10:31:50 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2085 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4cec43abdddb04e936fc0375ceb8d1cf1e1cac11;p=ghc-hetmet.git [project @ 2002-04-30 10:31:50 by simonmar] Mention that you can use :load without any arguments. --- diff --git a/ghc/docs/users_guide/ghci.sgml b/ghc/docs/users_guide/ghci.sgml index 6b1d09e..14c1126 100644 --- a/ghc/docs/users_guide/ghci.sgml +++ b/ghc/docs/users_guide/ghci.sgml @@ -871,7 +871,10 @@ Prelude> :def make (\_ -> return ":! ghc ––make Main") All previously loaded modules, except package modules, are forgotten. The new set of modules is known as the - target set. + target set. Note that + :load can be used without any arguments + to unload all the currently loaded modules and + bindings. After a :load command, the current context is set to: