definition: |
isVerifiedContracts :: VState -> Bool isVerifiedContracts vstate = null (uPreCond vstate) && null (uPostCond vstate) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Are all contracts verified? |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
isVerifiedContracts |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
VState -> Prelude.Bool |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |