leancheck-0.3.0: Cholesterol-free property-based testing

Safe HaskellSafe
LanguageHaskell2010

Test.Check.Function.CoListable

Description

Function enumeration via CoListable typeclass This currently just a sketch.

Documentation

(\+:/) :: [[a]] -> [[a]] -> [[a]] infixr 9 Source

alts0 :: [[a]] -> [[a]] Source

alts1 :: CoListable a => [[b]] -> [[a -> b]] Source

alts2 :: (CoListable a, CoListable b) => [[c]] -> [[a -> b -> c]] Source

alts3 :: (CoListable a, CoListable b, CoListable c) => [[d]] -> [[a -> b -> c -> d]] Source

fListing :: (CoListable a, Listable b) => [[a -> b]] Source