CurryInfo: base-3.3.0 / Prelude.getChar

definition:
getChar :: IO Char
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- An action that reads a character from standard output and returns it.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getChar
precedence:
no precedence defined
result-values:
_
signature:
IO Char
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms