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