CurryInfo: contract-prover-4.0.0 / ESMT.showSMT

definition:
 
showSMT :: [Command] -> String
showSMT cmds = pPrint (pretty (SMTLib (unpoly cmds))) ++ "\n"
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Show an SMT-LIB script with a newline after transforming polymorphic
functions into type-instanteded functions.
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> _}
name:
 showSMT
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