Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype PrintableString

    tasty-quickcheck Test.Tasty.QuickCheck

    PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.

  2. PrintableString :: String -> PrintableString

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  3. data Property

    tasty-quickcheck Test.Tasty.QuickCheck

    The type of properties.

  4. module Control.Monad.Catch.Pure

    This module supplies a 'pure' monad transformer that can be used for mock-testing code that throws exceptions, so long as those exceptions are always thrown with throwM. Do not mix CatchT with IO. Choose one or the other for the bottom of your transformer stack!

  5. module Criterion.IO.Printf

    Input and output actions.

  6. Pattern :: MatchType

    criterion Criterion.Main.Options

    Match by searching given substring in benchmark paths.

  7. Prefix :: MatchType

    criterion Criterion.Main.Options

    Match by prefix. For example, a prefix of "foo" will match "foobar".

  8. type Put = PutM ()

    binary Data.Binary

    Put merely lifts Builder into a Writer monad, applied to ().

  9. Partial :: (Maybe ByteString -> Decoder a) -> Decoder a

    binary Data.Binary.Get

    The decoder has consumed the available input and needs more to continue. Provide Just if more input is available and Nothing otherwise, and you will get a new Decoder.

  10. Partial :: (Maybe ByteString -> Decoder a) -> Decoder a

    binary Data.Binary.Get.Internal

    The decoder has consumed the available input and needs more to continue. Provide Just if more input is available and Nothing otherwise, and you will get a new Decoder.

Page 35 of many | Previous | Next