diff options
author | ross <unknown> | 2003-09-05 15:06:48 +0000 |
---|---|---|
committer | ross <unknown> | 2003-09-05 15:06:48 +0000 |
commit | da79ff34aa61cb85bb30f0c20ff9d0fc9e162297 (patch) | |
tree | 43f4ea312c5d73a7a699d65e53a24d07ab8b5adf /libraries/base/Prelude.hs | |
parent | c4723c7fd5dba00975046f225ae74f6462b485b6 (diff) | |
download | haskell-da79ff34aa61cb85bb30f0c20ff9d0fc9e162297.tar.gz |
[project @ 2003-09-05 15:06:48 by ross]
doc tweaks
Diffstat (limited to 'libraries/base/Prelude.hs')
-rw-r--r-- | libraries/base/Prelude.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Prelude.hs b/libraries/base/Prelude.hs index 08fe811d76..cccfcb574f 100644 --- a/libraries/base/Prelude.hs +++ b/libraries/base/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. |