X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Prelude.hs;h=cccfcb574f0ef80850c1828623eca25e0bcf0146;hb=a87bf77d4a5dfaae56867a96749f204aee0192de;hp=08fe811d76dc87d635531c613f1da6067ec6421e;hpb=d13151cc971aaa7400de7c400ad050e8f8fd7a8d;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.