Hoogle Search
Within LTS Haskell 24.24 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Names No documentation available.
-
genvalidity-hspec Test.Validity Standard test spec for properties of Applicative instances for values generated with GenValid instances Example usage:
applicativeSpecOnArbitrary @[]
-
genvalidity-hspec Test.Validity Standard test spec for properties of Applicative instances for values generated with Arbitrary instances Example usage:
applicativeSpecOnArbitrary @[]
-
genvalidity-hspec Test.Validity Standard test spec for properties of Applicative instances for values generated by given generators (and names for those generator). Unless you are building a specific regression test, you probably want to use the other applicativeSpec functions. Example usage:
applicativeSpecOnGens @Maybe @String (pure "ABC") "ABC" (Just <$> pure "ABC") "Just an ABC" (pure Nothing) "purely Nothing" ((++) <$> genValid) "prepends" (pure <$> ((++) <$> genValid)) "prepends in a Just" (pure <$> (flip (++) <$> genValid)) "appends in a Just"
-
genvalidity-hspec Test.Validity.Applicative Standard test spec for properties of Applicative instances for values generated with GenValid instances Example usage:
applicativeSpecOnArbitrary @[]
-
genvalidity-hspec Test.Validity.Applicative Standard test spec for properties of Applicative instances for values generated with Arbitrary instances Example usage:
applicativeSpecOnArbitrary @[]
-
genvalidity-hspec Test.Validity.Applicative Standard test spec for properties of Applicative instances for values generated by given generators (and names for those generator). Unless you are building a specific regression test, you probably want to use the other applicativeSpec functions. Example usage:
applicativeSpecOnGens @Maybe @String (pure "ABC") "ABC" (Just <$> pure "ABC") "Just an ABC" (pure Nothing) "purely Nothing" ((++) <$> genValid) "prepends" (pure <$> ((++) <$> genValid)) "prepends in a Just" (pure <$> (flip (++) <$> genValid)) "appends in a Just"
-
genvalidity-sydtest Test.Syd.Validity Standard test spec for properties of Applicative instances for values generated with GenValid instances Example usage:
applicativeSpecOnArbitrary @[]
-
genvalidity-sydtest Test.Syd.Validity Standard test spec for properties of Applicative instances for values generated with Arbitrary instances Example usage:
applicativeSpecOnArbitrary @[]