genvalidity-0.9.0.1: Testing utilities for the validity library

Safe HaskellNone
LanguageHaskell2010

Data.GenRelativeValidity

Documentation

class (GenUnchecked a, RelativeValidity a b, GenRelativeUnchecked a b) => GenRelativeInvalid a b where Source #

Minimal complete definition

Nothing

Methods

genInvalidFor :: b -> Gen a Source #

class (GenValid a, RelativeValidity a b) => GenRelativeValid a b where Source #

Minimal complete definition

Nothing

Methods

genValidFor :: b -> Gen a Source #

class (GenUnchecked a, RelativeValidity a b) => GenRelativeUnchecked a b where Source #

Minimal complete definition

Nothing

Methods

genUncheckedFor :: b -> Gen a Source #