Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Constrained.Examples.Set
Documentation
setPairSpec ∷ Specification (Set Int, Set Int) Source #
fixedSetSpec ∷ Specification (Set Int) Source #
setOfPairLetSpec ∷ Specification (Set (Int, Int)) Source #
setSingletonSpec ∷ Specification (Set (Int, Int)) Source #
eitherSimpleSetSpec ∷ Specification (Set (Either Int Int)) Source #
forAllAnySpec ∷ Specification (Set Int) Source #
maybeJustSetSpec ∷ Specification (Set (Maybe Int)) Source #
notSubsetSpec ∷ Specification (Set Int, Set Int) Source #
emptyEitherMemberSpec ∷ Specification (Set (Either Int Int)) Source #
emptyEitherSpec ∷ Specification (Set (Either Int Int)) Source #
notSubset ∷ Specification (Set Int) Source #
unionSized ∷ Specification (Set Int) Source #
maybeSpec ∷ Specification (Set (Maybe Int)) Source #
eitherSetSpec ∷ Specification (Set (Either Int Int), Set (Either Int Int), Set (Either Int Int)) Source #
weirdSetPairSpec ∷ Specification ([Int], Set (Either Int Int)) Source #
setPair ∷ Specification (Set (Int, Int)) Source #
setSpec ∷ Specification (Set Int) Source #
compositionalSpec ∷ Specification (Set Int) Source #
emptySetSpec ∷ Specification (Set Int) Source #
setSubSize ∷ Specification (Set Int) Source #
Constructors
NotASet (Set a) |
Instances
emptyListSpec ∷ Specification ([Int], NotASet (Either Int Int, Int)) Source #
foldSingleCase ∷ Specification Int Source #
complexUnion ∷ Specification (Set Int, Set Int) Source #
unionBounded ∷ Specification (Set Int) Source #
powersetPickOne ∷ Specification (Set Int) Source #