QuickCheck-2.4.1.1: Automatic testing of Haskell programs
Source code
Contents
Index
Test.QuickCheck.Function
Documentation
data
Fun
a b
Source
Constructors
Fun
(a
:->
b, b) (a -> b)
apply
::
Fun
a b -> a -> b
Source
data
a
:->
c
Source
class
Function
a
where
Source
Methods
function
:: (a -> b) -> a
:->
b
Source
functionMap
::
Function
b => (a -> b) -> (b -> a) -> (a -> c) -> a
:->
c
Source
functionShow
:: (
Show
a,
Read
a) => (a -> c) -> a
:->
c
Source
Produced by
Haddock
version 2.6.0