From e8982ebc45244da2f414eb920dfa798dbdc8cebc Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 3 Sep 2006 21:41:28 +0000 Subject: [PATCH] Update ghci output in docs --- docs/users_guide/ghci.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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). -- 1.7.10.4