From: simonmar Date: Mon, 12 Feb 2001 16:08:48 +0000 (+0000) Subject: [project @ 2001-02-12 16:08:48 by simonmar] X-Git-Tag: Approximately_9120_patches~2662 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=aec615ad2435623401e0fec5fdf88f7d35040976;p=ghc-hetmet.git [project @ 2001-02-12 16:08:48 by simonmar] comment typo --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index aeccf9b..a608f9b 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.43 2001/02/12 12:25:50 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.44 2001/02/12 16:08:48 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -265,7 +265,7 @@ finishEvalExpr (Just (unqual,ty)) io (when b revertCAFs) return True --- Returned Bool indicates whether or not the expr was successfully +-- Returned Maybe indicates whether or not the expr was successfully -- parsed, renamed and typechecked. evalExpr :: String -> GHCi (Maybe (PrintUnqualified,Type)) evalExpr expr