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.
-
tasty-quickcheck Test.Tasty.QuickCheck PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.
PrintableString :: String -> PrintableStringtasty-quickcheck Test.Tasty.QuickCheck No documentation available.
-
tasty-quickcheck Test.Tasty.QuickCheck The type of properties.
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!
-
Input and output actions.
-
criterion Criterion.Main.Options Match by searching given substring in benchmark paths.
-
criterion Criterion.Main.Options Match by prefix. For example, a prefix of "foo" will match "foobar".
-
binary Data.Binary Put merely lifts Builder into a Writer monad, applied to ().
Partial :: (Maybe ByteString -> Decoder a) -> Decoder abinary 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.
Partial :: (Maybe ByteString -> Decoder a) -> Decoder abinary 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.