projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac8c9b
)
[project @ 2000-03-09 13:28:08 by panne]
author
panne
<unknown>
Thu, 9 Mar 2000 13:28:08 +0000
(13:28 +0000)
committer
panne
<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
patch
|
blob
|
history
diff --git
a/ghc/lib/std/IO.lhs
b/ghc/lib/std/IO.lhs
index
ef96cab
..
a0559f7
100644
(file)
--- 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