CurryInfo: icurry-3.2.0 / ICurry.Files.writeICurryFile

definition:
writeICurryFile :: String -> IProg -> IO ()
writeICurryFile file prog = writeFile file (showTerm prog)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Writes an ICurry program into a file in ".icy" format.
--- The first argument must be the name of the target file
--- (with suffix ".icy").
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
writeICurryFile
precedence:
no precedence defined
result-values:
_
signature:
String -> ICurry.Types.IProg -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms