From: panne Date: Thu, 9 Mar 2000 13:28:08 +0000 (+0000) Subject: [project @ 2000-03-09 13:28:08 by panne] X-Git-Tag: Approximately_9120_patches~5031 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=93522b224d1aa0f4e7a0ea13b68454c7d292a200;p=ghc-hetmet.git [project @ 2000-03-09 13:28:08 by panne] Removed a typo, i.e. ]\begin{code} => \begin{code} --- diff --git a/ghc/lib/std/IO.lhs b/ghc/lib/std/IO.lhs index ef96cab..a0559f7 100644 --- a/ghc/lib/std/IO.lhs +++ b/ghc/lib/std/IO.lhs @@ -182,7 +182,7 @@ hWaitForInput handle msecs = @hGetChar hdl@ reads the next character from handle @hdl@, blocking until a character is available. -]\begin{code} +\begin{code} hGetChar :: Handle -> IO Char hGetChar handle = do c <- mayBlockRead "hGetChar" handle fileGetc