QuickCheck-2.4.1.1: Automatic testing of Haskell programsSource codeContentsIndex
Test.QuickCheck.Function
Documentation
data Fun a b Source
Constructors
Fun (a :-> b, b) (a -> b)
apply :: Fun a b -> a -> bSource
data a :-> c Source
class Function a whereSource
Methods
function :: (a -> b) -> a :-> bSource
functionMap :: Function b => (a -> b) -> (b -> a) -> (a -> c) -> a :-> cSource
functionShow :: (Show a, Read a) => (a -> c) -> a :-> cSource
Produced by Haddock version 2.6.0