Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
coarbitraryShow :: Show a => a -> Gen b -> Gen bQuickCheck Test.QuickCheck.Arbitrary coarbitrary helper for lazy people :-).
functionShow :: (Show a, Read a) => (a -> c) -> a :-> cQuickCheck Test.QuickCheck.Function formatShow :: Format t -> t -> Stringtime Data.Time.Format.ISO8601 Show a value in the format, or error if unrepresentable
formatShowM :: Format t -> t -> Maybe Stringtime Data.Time.Format.ISO8601 Show a value in the format, if representable
iso8601Show :: ISO8601 t => t -> Stringtime Data.Time.Format.ISO8601 Show in the most commonly used ISO 8601 format.
formatShowM :: Format t -> t -> Maybe Stringtime Data.Time.Format.Internal Show a value in the format, if representable
-
tasty-quickcheck Test.Tasty.QuickCheck If a test case fails unexpectedly, show the replay token
QuickCheckShowReplay :: Bool -> QuickCheckShowReplaytasty-quickcheck Test.Tasty.QuickCheck No documentation available.
coarbitraryShow :: Show a => a -> Gen b -> Gen btasty-quickcheck Test.Tasty.QuickCheck coarbitrary helper for lazy people :-).
forAllShow :: Testable prop => Gen a -> (a -> String) -> (a -> prop) -> Propertytasty-quickcheck Test.Tasty.QuickCheck Like forAll, but with an explicitly given show function.