[project @ 2002-04-30 10:31:50 by simonmar]
authorsimonmar <unknown>
Tue, 30 Apr 2002 10:31:50 +0000 (10:31 +0000)
committersimonmar <unknown>
Tue, 30 Apr 2002 10:31:50 +0000 (10:31 +0000)
Mention that you can use :load without any arguments.

ghc/docs/users_guide/ghci.sgml

index 6b1d09e..14c1126 100644 (file)
@@ -871,7 +871,10 @@ Prelude> :def make (\_ -> return ":! ghc &ndash;&ndash;make Main")
 
          <para>All previously loaded modules, except package modules,
          are forgotten.  The new set of modules is known as the
-         <firstterm>target set</firstterm>.</para>
+         <firstterm>target set</firstterm>.  Note that
+         <literal>:load</literal> can be used without any arguments
+         to unload all the currently loaded modules and
+         bindings.</para>
 
          <para>After a <literal>:load</literal> command, the current
          context is set to:</para>