ideas-1.3.1: Feedback services for intelligent tutoring systems

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

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 a Source

constGens :: [a] -> ArbGen a Source

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

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

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

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

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

Frequency combinators