X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fghci%2FInteractiveUI.hs;h=7987405eac1c2ffb15958eee7370da18598e54bc;hb=902d61ca3610bba014aa6a5707f72e08f992a716;hp=1c5c53d4e5522ef0e25c52708530744606a0405e;hpb=8fc56424e66224d993fcc2dcc2931661308e5dff;p=ghc-hetmet.git diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 1c5c53d..7987405 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.54 2001/03/12 14:06:46 simonpj Exp $ +-- $Id: InteractiveUI.hs,v 1.55 2001/03/15 11:23:19 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -82,26 +82,27 @@ helpText = "\ \ Commands available from the prompt:\n\ \\ \ evaluate/run \n\ -\ :add add a module to the current set\n\ \ :cd change directory to \n\ +\ :def define a macro :\n\ \ :help, :? display this list of commands\n\ \ :load load a module (and it dependents)\n\ \ :module set the context for expression evaluation to \n\ \ :reload reload the current module set\n\ \ :set