ideas-1.2: Feedback services for intelligent tutoring systems

Portabilityportable (depends on ghc)
Stabilityprovisional
Maintainerbastiaan.heeren@ou.nl
Safe HaskellNone

Ideas.Common.Utils.QuickCheck

Contents

Description

Extensions to the QuickCheck library

Synopsis

Documentation

Data type

data ArbGen a Source

Instances

Constructors

arbGen :: Arbitrary b => (b -> a) -> ArbGen aSource

unaryGen :: (a -> a) -> ArbGen aSource

unaryGens :: [a -> a] -> ArbGen aSource

unaryArbGen :: Arbitrary b => (b -> a -> a) -> ArbGen aSource

binaryGen :: (a -> a -> a) -> ArbGen aSource

binaryGens :: [a -> a -> a] -> ArbGen aSource

Frequency combinators