CurryInfo: flatcurry-4.0.0 / FlatCurry.Files.writeFCY

definition:
writeFCY :: String -> Prog -> IO ()
writeFCY = writeFlatCurryFile
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Writes a FlatCurry program into a file in `.fcy` format.
--- The first argument must be the name of the target file
--- (usually with suffix `.fcy`).
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {writeFlatCurryFile}}
name:
writeFCY
precedence:
no precedence defined
result-values:
{writeFlatCurryFile}
signature:
String -> FlatCurry.Types.Prog -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms