toolshed-0.15.0.0: Utilities used by other packages.

Safe HaskellNone

ToolShed.Test.QuickCheck.Arbitrary.ArrayElem

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION

Implements Arbitrary for Array, where the array-index is required to be a bounded enumerable type.

EXAMPLE
Test.QuickCheck.sample (Test.QuickCheck.arbitrary :: Test.QuickCheck.Gen.Gen (Data.Array.IArray.Array Data.Int.Int8 Int))