|
| Test.QuickCheck.Instances.Tuple |
|
|
|
| Synopsis |
|
| (>*<) :: Gen a -> Gen b -> Gen (a, b) | | | (>**<) :: Gen a -> Gen b -> Gen c -> Gen (a, b, c) | | | (>***<) :: Gen a -> Gen b -> Gen c -> Gen d -> Gen (a, b, c, d) | | | (>****<) :: Gen a -> Gen b -> Gen c -> Gen d -> Gen e -> Gen (a, b, c, d, e) |
|
|
| Documentation |
|
|
| Generates a 2-tuple using its arguments to generate the parts.
|
|
|
| Generates a 3-tuple using its arguments to generate the parts.
|
|
|
| Generates a 4-tuple using its arguments to generate the parts.
|
|
|
| Generates a 5-tuple using its arguments to generate the parts.
|
|
| Produced by Haddock version 2.7.2 |