X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Prelude.hs;h=cccfcb574f0ef80850c1828623eca25e0bcf0146;hb=b23d75aa7253aee1bb3bfc685cbae352bf5fbe0d;hp=08fe811d76dc87d635531c613f1da6067ec6421e;hpb=69daab60bb6f89433a0394182481d721dc2f42fd;p=ghc-base.git diff --git a/Prelude.hs b/Prelude.hs index 08fe811..cccfcb5 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -31,7 +31,6 @@ module Prelude ( Ordering(LT, EQ, GT), Char, String, - IO, -- *** Tuples fst, snd, curry, uncurry, @@ -119,6 +118,7 @@ module Prelude ( showChar, showString, readParen, showParen, -- * Basic Input and output + IO, -- ** Simple I\/O operations -- All I/O functions defined here are character oriented. The -- treatment of the newline character will vary on different systems.