From 62cfe85aeb765dc11503b26daadf42de54298850 Mon Sep 17 00:00:00 2001 From: qrczak Date: Sat, 7 Apr 2001 09:13:55 +0000 Subject: [PATCH] [project @ 2001-04-07 09:13:55 by qrczak] Fix typos and change version to 5.00 in banners. --- ghc/docs/users_guide/ghci.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc/docs/users_guide/ghci.sgml b/ghc/docs/users_guide/ghci.sgml index ce05983..55e09bb 100644 --- a/ghc/docs/users_guide/ghci.sgml +++ b/ghc/docs/users_guide/ghci.sgml @@ -27,7 +27,7 @@ $ ghci ___ ___ _ / _ \ /\ /\/ __(_) - / /_\// /_/ / / | | GHC Interactive, version 4.11, For Haskell 98. + / /_\// /_/ / / | | GHC Interactive, version 5.00, For Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. @@ -73,7 +73,7 @@ Prelude> Prelude> 1+2 3 -PrePrelude> let x = 42 in x / 9 +Prelude> let x = 42 in x / 9 4.666666666666667 Prelude> @@ -557,7 +557,7 @@ $ ghci Main.hs $ ghci -package text ___ ___ _ / _ \ /\ /\/ __(_) - / /_\// /_/ / / | | GHC Interactive, version 4.11, For Haskell 98. + / /_\// /_/ / / | | GHC Interactive, version 5.00, For Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. @@ -716,7 +716,7 @@ Prelude> :def make (\_ -> return ":! ghc --make Main") - :quit module + :quit :quit Quits GHCi. You can also quit by typing a control-D -- 1.7.10.4