CurryInfo: property-prover-2.0.0 / VerifierState.incPatTestInStats

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