From aec615ad2435623401e0fec5fdf88f7d35040976 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 12 Feb 2001 16:08:48 +0000 Subject: [PATCH] [project @ 2001-02-12 16:08:48 by simonmar] comment typo --- ghc/compiler/ghci/InteractiveUI.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4