Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
genvalidity-hspec Test.Validity No documentation available.
symmetryOnArbitrary :: (Show a, Arbitrary a) => (a -> a -> Bool) -> Propertygenvalidity-hspec Test.Validity symmetryOnArbitrary ((==) :: Int -> Int -> Bool)
symmetryOnArbitrary ((/=) :: Int -> Int -> Bool)
transitivityOnArbitrary :: (Show a, Arbitrary a) => (a -> a -> Bool) -> Propertygenvalidity-hspec Test.Validity transitivityOnArbitrary ((>) :: Int -> Int -> Bool)
transitivityOnArbitrary ((>=) :: Int -> Int -> Bool)
transitivityOnArbitrary ((==) :: Int -> Int -> Bool)
transitivityOnArbitrary ((<=) :: Int -> Int -> Bool)
transitivityOnArbitrary ((<) :: Int -> Int -> Bool)
transitivityOnArbitrary (Data.List.isPrefixOf :: [Int] -> [Int] -> Bool)
transitivityOnArbitrary (Data.List.isSuffixOf :: [Int] -> [Int] -> Bool)
transitivityOnArbitrary (Data.List.isInfixOf :: [Int] -> [Int] -> Bool)
-
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.Applicative Standard test spec for properties of Applicative instances for values generated with Arbitrary instances Example usage:
applicativeSpecOnArbitrary @[]
eqSpecOnArbitrary :: (Show a, Eq a, Typeable a, Arbitrary a) => Specgenvalidity-hspec Test.Validity.Eq Standard test spec for properties of Eq instances for arbitrary values Example usage:
eqSpecOnArbitrary @Int
-
genvalidity-hspec Test.Validity.Functor Standard test spec for properties of Functor instances for values generated with Arbitrary instances Example usage:
functorSpecOnArbitrary @[]
-
genvalidity-hspec Test.Validity.Monad Standard test spec for properties of Monad instances for values generated with Arbitrary instances Example usage:
monadSpecOnArbitrary @[]