Module
Test.QuickCheck.Combinators
- Package
- purescript-quickcheck-combinators
- Repository
- athanclark/purescript-quickcheck-combinators
#(==>) Source
Operator alias for Test.QuickCheck.Combinators.implies (right-associative / precedence 3)
#getAtLeast Source
getAtLeast :: forall a t n. AtLeast n t a -> t a
#getBetween Source
getBetween :: forall a t m n. Between n m t a -> t a
- Modules
- Test.
QuickCheck. Combinators