[project @ 1998-06-29 14:50:31 by sof]
authorsof <unknown>
Mon, 29 Jun 1998 14:50:31 +0000 (14:50 +0000)
committersof <unknown>
Mon, 29 Jun 1998 14:50:31 +0000 (14:50 +0000)
Wrong t. signature for ioeGetErrorString

ghc/lib/std/IO.lhs

index 8a63dac..22b7745 100644 (file)
@@ -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