CurryInfo: failfree-4.0.0 / VerifierState.isVerified

definition:
isVerified :: VState -> Bool
isVerified 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:
isVerified
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