From 902d61ca3610bba014aa6a5707f72e08f992a716 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 15 Mar 2001 11:23:19 +0000 Subject: [PATCH] [project @ 2001-03-15 11:23:19 by simonmar] clean up, implement ~-expansion for :cd. --- ghc/compiler/ghci/InteractiveUI.hs | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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