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.

  1. coarbitraryShow :: Show a => a -> Gen b -> Gen b

    QuickCheck Test.QuickCheck.Arbitrary

    coarbitrary helper for lazy people :-).

  2. functionShow :: (Show a, Read a) => (a -> c) -> a :-> c

    QuickCheck Test.QuickCheck.Function

    Provides a Function instance for types with Show and Read.

  3. formatShow :: Format t -> t -> String

    time Data.Time.Format.ISO8601

    Show a value in the format, or error if unrepresentable

  4. formatShowM :: Format t -> t -> Maybe String

    time Data.Time.Format.ISO8601

    Show a value in the format, if representable

  5. iso8601Show :: ISO8601 t => t -> String

    time Data.Time.Format.ISO8601

    Show in the most commonly used ISO 8601 format.

  6. formatShowM :: Format t -> t -> Maybe String

    time Data.Time.Format.Internal

    Show a value in the format, if representable

  7. newtype QuickCheckShowReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    If a test case fails unexpectedly, show the replay token

  8. QuickCheckShowReplay :: Bool -> QuickCheckShowReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  9. coarbitraryShow :: Show a => a -> Gen b -> Gen b

    tasty-quickcheck Test.Tasty.QuickCheck

    coarbitrary helper for lazy people :-).

  10. forAllShow :: Testable prop => Gen a -> (a -> String) -> (a -> prop) -> Property

    tasty-quickcheck Test.Tasty.QuickCheck

    Like forAll, but with an explicitly given show function.

Page 225 of many | Previous | Next