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.
rightIdentity :: (Show a, Eq a, GenValid a) => (a -> b -> a) -> b -> Propertygenvalidity-hspec Test.Validity rightIdentity ((^) :: Int -> Int -> Int) 1
rightIdentityOnArbitrary :: (Show a, Eq a, Arbitrary a) => (a -> b -> a) -> b -> Propertygenvalidity-hspec Test.Validity rightIdentityOnArbitrary ((^) :: Int -> Int -> Int) 1
rightIdentityOnElemWithEquality :: (a -> b -> a) -> (a -> a -> Bool) -> b -> a -> Boolgenvalidity-hspec Test.Validity rightIdentityOnGen :: (Show a, Eq a) => (a -> b -> a) -> b -> Gen a -> (a -> [a]) -> Propertygenvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity No documentation available.
shouldBeInvalid :: (Show a, Validity a) => a -> Expectationgenvalidity-hspec Test.Validity No documentation available.
shouldBeValid :: (Show a, Validity a) => a -> Expectationgenvalidity-hspec Test.Validity No documentation available.
shrinkPreservesValidOnGenValid :: (Show a, GenValid a) => (a -> [a]) -> Propertygenvalidity-hspec Test.Validity shrinkPreservesValidOnGenValid ((:[]) :: Int -> [Int])
shrinkValidPreservesValid :: (Show a, GenValid a) => Gen a -> Propertygenvalidity-hspec Test.Validity shrinkValidPreservesValid (pure 5 :: Gen Rational)
shrinkValidPreservesValidOnGenValid :: (Show a, GenValid a) => Propertygenvalidity-hspec Test.Validity No documentation available.