QuickCheck-2.1.0.2: Automatic testing of Haskell programsSource codeContentsIndex
Test.QuickCheck.Function
Documentation
data Fun a b Source
Constructors
Fun (a :-> b) (a -> b)
apply :: Fun a b -> a -> bSource
data a :-> c Source
class FunArbitrary a whereSource
Methods
funArbitrary :: Arbitrary c => Gen (a :-> c)Source
funArbitraryMap :: (FunArbitrary a, Arbitrary c) => (b -> a) -> (a -> b) -> Gen (b :-> c)Source
funArbitraryShow :: (Show a, Read a, Arbitrary c) => Gen (a :-> c)Source
Produced by Haddock version 2.6.0