QuickCheck-2.1.0.3: Automatic testing of Haskell programs
Source code
Contents
Index
Test.QuickCheck.Function
Documentation
data
Fun
a b
Source
Constructors
Fun
(a
:->
b) (a -> b)
apply
::
Fun
a b -> a -> b
Source
data
a
:->
c
Source
class
FunArbitrary
a
where
Source
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