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

definition:
 
ppSigBody :: ([Ident],FunSig,Term) -> Doc
ppSigBody (_, FunSig fn _ _, term) = vsep $ map pretty
  [ EmptyLine, Comment $ "Axiomatization of function '" ++ fn ++ "'"
  , sAssert term ]
demand:
 argument 1
deterministic:
 deterministic operation
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {({(,,)}) |-> _}
name:
 ppSigBody
precedence:
 no precedence defined
result-values:
 _
signature:
 ([String], FunSig, Term) -> Text.PrettyImpl.Doc
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term