From 93522b224d1aa0f4e7a0ea13b68454c7d292a200 Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 9 Mar 2000 13:28:08 +0000 Subject: [PATCH] [project @ 2000-03-09 13:28:08 by panne] Removed a typo, i.e. ]\begin{code} => \begin{code} --- 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 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 -- 1.7.10.4