CurryInfo: contract-prover-4.0.0 / VerifierState.areContractsAdded

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