CurryInfo: verify-non-fail-2.0.0 / Verify.ESMT.showSMTRaw

definition:
 
showSMTRaw :: [Command] -> String
showSMTRaw cmds = pPrint (pretty (SMTLib cmds)) ++ "\n"
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Show an SMT-LIB script with a newline.
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> _}
name:
 showSMTRaw
precedence:
 no precedence defined
result-values:
 _
signature:
 [Command] -> String
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term