| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.LessArbitrary
Documentation
class LessArbitrary a where Source #
Minimal complete definition
Nothing
Methods
lessArbitrary :: CostGen a Source #
lessArbitrary :: (Generic a, GLessArbitrary (Rep a)) => CostGen a Source #
Instances
Constructors
| CostGen | |
Fields
| |
currentBudget :: CostGen Cost Source #
fasterArbitrary :: LessArbitrary a => Gen a Source #
flatLessArbitrary :: Arbitrary a => CostGen a Source #