X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;h=66e7b4e66c0514974780aa8a063d67be784acdb5;hb=06a069adc1c7ab7a4267bb7ed3cdc35732d29dc1;hp=cb1caab364c66c1d87e53561dd03edb7a4e0faf1;hpb=efe463cd65059c7e669a1c6fd553b3550aeccdd0;p=ghc-base.git diff --git a/System/IO.hs b/System/IO.hs index cb1caab..66e7b4e 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: IO.hs,v 1.4 2002/02/12 10:51:06 simonmar Exp $ +-- $Id: IO.hs,v 1.5 2002/02/27 14:32:23 simonmar Exp $ -- -- The standard IO library. -- @@ -37,6 +37,7 @@ module System.IO ( hGetPosn, -- :: Handle -> IO HandlePosn hSetPosn, -- :: HandlePosn -> IO () hSeek, -- :: Handle -> SeekMode -> Integer -> IO () + hTell, -- :: Handle -> IO Integer hWaitForInput, -- :: Handle -> Int -> IO Bool hReady, -- :: Handle -> IO Bool hGetChar, -- :: Handle -> IO Char