Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Constrained.Examples.CheatSheet
Synopsis
- specInt ∷ Specification Int
- specInt' ∷ Specification Int
- specProd ∷ Specification (Int, Int)
- specProd0 ∷ Specification (Int, Int)
- specProd1 ∷ Specification (Int, Int)
- nested ∷ Specification ((Int, Int), (Int, Int))
- specProd2 ∷ Specification (Int, Int)
- solverOrder ∷ Specification (Int, Int)
- solverOrder' ∷ Specification (Int, Int)
- tightFit0 ∷ Specification (Int, Int)
- tightFit1 ∷ Specification (Int, Int)
- booleanExample ∷ Specification (Int, Int)
- validPVPVersion ∷ Specification (Int, Int)
- canFollowExample ∷ Specification ((Int, Int), (Int, Int))
- sumExample ∷ Specification (Either Int Bool)
- sumExampleTwo ∷ Specification (Int, Either Int Bool)
- setExample ∷ Specification (Set Int, Set Int, Set Int)
- forAllFollow0 ∷ Specification ((Int, Int), Set (Int, Int))
- forAllFollow ∷ Specification ((Int, Int), Set (Int, Int))
- existentials ∷ Specification (Set Int, Set Int)
- data FooBarBaz
- fooBarBaz ∷ Specification FooBarBaz
- reifyExample ∷ Specification (Int, Int)
- reifyExample' ∷ Specification (Int, Int)
- monitorExample ∷ Specification (Either Int Int)
- prop_monitoring ∷ Property
- chooseSpecExample ∷ Specification Int
- prop_chooseSpec ∷ Property
Documentation
specInt ∷ Specification Int Source #
specInt' ∷ Specification Int Source #
specProd ∷ Specification (Int, Int) Source #
specProd0 ∷ Specification (Int, Int) Source #
Exception: Simplifying:
specProd1 ∷ Specification (Int, Int) Source #
nested ∷ Specification ((Int, Int), (Int, Int)) Source #
specProd2 ∷ Specification (Int, Int) Source #
solverOrder ∷ Specification (Int, Int) Source #
solverOrder' ∷ Specification (Int, Int) Source #
tightFit0 ∷ Specification (Int, Int) Source #
Exception: genFromPreds:
tightFit1 ∷ Specification (Int, Int) Source #
booleanExample ∷ Specification (Int, Int) Source #
validPVPVersion ∷ Specification (Int, Int) Source #
canFollowExample ∷ Specification ((Int, Int), (Int, Int)) Source #
sumExample ∷ Specification (Either Int Bool) Source #
sumExampleTwo ∷ Specification (Int, Either Int Bool) Source #
setExample ∷ Specification (Set Int, Set Int, Set Int) Source #
forAllFollow0 ∷ Specification ((Int, Int), Set (Int, Int)) Source #
forAllFollow ∷ Specification ((Int, Int), Set (Int, Int)) Source #
existentials ∷ Specification (Set Int, Set Int) Source #
Instances
reifyExample ∷ Specification (Int, Int) Source #
reifyExample' ∷ Specification (Int, Int) Source #
monitorExample ∷ Specification (Either Int Int) Source #