[project @ 2000-03-09 13:28:08 by panne]
authorpanne <unknown>
Thu, 9 Mar 2000 13:28:08 +0000 (13:28 +0000)
committerpanne <unknown>
Thu, 9 Mar 2000 13:28:08 +0000 (13:28 +0000)
Removed a typo, i.e. ]\begin{code} => \begin{code}

ghc/lib/std/IO.lhs

index ef96cab..a0559f7 100644 (file)
@@ -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