From: qrczak Date: Sat, 7 Apr 2001 09:13:55 +0000 (+0000) Subject: [project @ 2001-04-07 09:13:55 by qrczak] X-Git-Tag: Approximately_9120_patches~2181 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=62cfe85aeb765dc11503b26daadf42de54298850;p=ghc-hetmet.git [project @ 2001-04-07 09:13:55 by qrczak] Fix typos and change version to 5.00 in banners. --- 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