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

definition:
showSMT :: [Command] -> String
showSMT cmds =
  pPrint (pretty (SMTLib (map reduceAsInCmd (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