Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
shrinkValidSpec :: (Show a, Eq a, Typeable a, GenValid a) => Specgenvalidity-hspec Test.Validity No documentation available.
shrinkValidSpecWithLimit :: (Show a, Eq a, Typeable a, GenValid a) => Int -> Specgenvalidity-hspec Test.Validity No documentation available.
shrinkingStaysValid :: (Show a, Validity a) => Gen a -> (a -> [a]) -> Propertygenvalidity-hspec Test.Validity shrinkingStaysValid (pure 5 :: Gen Double) (\d -> [d - 1, d - 2])
validIfSucceeds :: (Show a, Show b, GenValid a, Validity b, CanFail f) => (a -> f b) -> Propertygenvalidity-hspec Test.Validity The function produces output that satisfies isValid if it is given input that is generated by genValid.
-
genvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity The function produces output that satisfies isValid if it is given input that is generated by arbitrary.
-
genvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity The function produces output that satisfies isValid if it is given input that is generated by the given generator.