CurryInfo: base-3.3.0 / System.IO.hGetChar

definition:
hGetChar    :: Handle -> IO Char
hGetChar h = prim_hGetChar $# h
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Reads a character from an input handle and returns it.
--- Throws an error if the end of file has been reached.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
hGetChar
precedence:
no precedence defined
result-values:
_
signature:
Handle -> Prelude.IO Prelude.Char
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms