CurryInfo: property-prover-2.0.0 / VerifierState.incPatTestInStats

definition:
incPatTestInStats :: VStateM ()
incPatTestInStats =
  modify $ \vstate -> vstate { numPatTests = numPatTests vstate + 1 }
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Increments the number of missing pattern tests.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
incPatTestInStats
precedence:
no precedence defined
result-values:
_
signature:
Control.Monad.Trans.State.StateT VState Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms