CurryInfo: property-prover-2.0.0 / VerifierState.isVerifiedFailfree

definition:
isVerifiedFailfree :: VState -> Bool
isVerifiedFailfree vstate = null (failedFuncs vstate)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Are all non-failing properties verified?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {False,True}}
name:
isVerifiedFailfree
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