CurryInfo: smtlib-3.0.0 / Language.SMTLIB.writeSMT

definition:
writeSMT :: String -> [Command] -> IO ()
writeSMT fn cmds = writeFile fn (showSMT cmds)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Write an SMT-LIB script to a file
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
writeSMT
precedence:
no precedence defined
result-values:
_
signature:
String -> [Language.SMTLIB.Types.Command] -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term