From: Ian Lynagh Date: Sun, 3 Sep 2006 21:41:28 +0000 (+0000) Subject: Update ghci output in docs X-Git-Tag: Before_FC_branch_merge~86 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e8982ebc45244da2f414eb920dfa798dbdc8cebc;p=ghc-hetmet.git Update ghci output in docs --- diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index de56c72..b5642b1 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -561,9 +561,9 @@ Compiling Main ( Main.hs, interpreted ) Prelude> :module +IO -Prelude,IO> hPutStrLn stdout "hello\n" +Prelude IO> hPutStrLn stdout "hello\n" hello -Prelude,IO> +Prelude IO> (Note: :module can be shortened to @@ -593,7 +593,7 @@ Prelude,IO> Bar, then the scope will be set to *Bar if Bar is interpreted, or if Bar is compiled it will be - set to Prelude,Bar (GHCi automatically adds + set to Prelude Bar (GHCi automatically adds Prelude if it isn't present and there aren't any *-form modules).