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