QuickCheck-2.9.2: Automatic testing of Haskell programs

Safe HaskellSafe
LanguageHaskell98

Test.QuickCheck.State

Description

QuickCheck's internal state. Internal QuickCheck module.

Synopsis

Documentation

data State #

State represents QuickCheck's internal state while testing a property. The state is made visible to callback functions.

Constructors

MkState 

Fields