CurryInfo: base-3.3.0 / System.IO.getContents

definition:
getContents  :: IO String
getContents = hGetContents stdin
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Reads the complete contents from the standard input stream until EOF.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getContents
precedence:
no precedence defined
result-values:
_
signature:
Prelude.IO String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms