[project @ 1999-06-01 16:15:42 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / IO.lhs
index c05e200..7f5f695 100644 (file)
@@ -252,7 +252,7 @@ character is available.
 
 \begin{code}
 hLookAhead :: Handle -> IO Char
-hLookAhead handle = do
+hLookAhead handle =
     wantReadableHandle "hLookAhead" handle $ \ handle_ -> do
     let fo = haFO__ handle_
     intc    <- mayBlock fo (CCALL(fileLookAhead) fo)  -- ConcHask: UNSAFE, may block