Module

Test.QuickCheck.Combinators

Package
purescript-quickcheck-combinators
Repository
athanclark/purescript-quickcheck-combinators

#AtLeast Source

newtype AtLeast n t a

Constructors

Instances

#getAtLeast Source

getAtLeast :: forall a t n. AtLeast n t a -> t a

#AtMost Source

newtype AtMost n t a

Constructors

Instances

#getAtMost Source

getAtMost :: forall a t n. AtMost n t a -> t a

#Between Source

newtype Between n m t a

Constructors

Instances

#getBetween Source

getBetween :: forall a t m n. Between n m t a -> t a