From 04cee24bb86e425ecea420be95ee1fd6062d8169 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 29 Jun 1998 14:50:31 +0000 Subject: [PATCH] [project @ 1998-06-29 14:50:31 by sof] Wrong t. signature for ioeGetErrorString --- ghc/lib/std/IO.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4