CurryInfo: base-3.3.0 / System.IO.openFile

definition:
openFile :: String -> IOMode -> IO Handle
openFile filename mode = (prim_openFile $## filename) $# mode
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
--- Opens a file in specified mode and returns a handle to it.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
openFile
precedence:
no precedence defined
result-values:
_
signature:
String -> IOMode -> Prelude.IO Handle
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms