From: sof Date: Mon, 29 Jun 1998 14:50:31 +0000 (+0000) Subject: [project @ 1998-06-29 14:50:31 by sof] X-Git-Tag: Approx_2487_patches~557 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=04cee24bb86e425ecea420be95ee1fd6062d8169;p=ghc-hetmet.git [project @ 1998-06-29 14:50:31 by sof] Wrong t. signature for ioeGetErrorString --- diff --git a/ghc/lib/std/IO.lhs b/ghc/lib/std/IO.lhs index 8a63dac..22b7745 100644 --- a/ghc/lib/std/IO.lhs +++ b/ghc/lib/std/IO.lhs @@ -84,7 +84,7 @@ hWaitForInput :: Handle -> Int -> IO Bool --IOHandle:hSetBuffering :: Handle -> BufferMode -> IO () --IOHandle:hSetPosn :: HandlePosn -> IO () -- ioeGetFileName :: IOError -> Maybe FilePath --- ioeGetErrorString :: IOError -> Maybe String +-- ioeGetErrorString :: IOError -> String -- ioeGetHandle :: IOError -> Maybe Handle -- isAlreadyExistsError :: IOError -> Bool -- isAlreadyInUseError :: IOError -> Bool