CurryInfo: contract-prover-4.0.0 / VerifierState.areContractsAdded

definition:
areContractsAdded :: VState -> Bool
areContractsAdded vst =
  not (null (preConds (trInfo vst)) && null (uPostCond vst))
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Is the program transformed so that some contracts are added?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {False,True}}
name:
areContractsAdded
precedence:
no precedence defined
result-values:
{False,True}
signature:
VState -> Prelude.Bool
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms