testing-type-modifiers 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
testing-type-modifiers.cabal view
@@ -1,8 +1,8 @@--- Initial testing-type-modifiers.cabal generated by cabal init. For +-- Initial testing-type-modifiers.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: testing-type-modifiers -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Data type modifiers for property based testing description: Property based testing libraries such as QuickCheck tend to include type modifiers. Most of them are used to quantify over subsets of a type. For example a property on non-empty lists: