CurryInfo: base-3.3.0 / Prelude.readFile

definition:
readFile :: FilePath -> IO String
readFile f = prim_readFile $## f
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- An action that (lazily) reads a file and returns its contents.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
readFile
precedence:
no precedence defined
result-values:
_
signature:
[Char] -> IO [Char]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms