Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PropertyCount :: Int -> PropertyCounthedgehog Hedgehog.Internal.Property No documentation available.
-
hedgehog Hedgehog.Internal.Property The name of a property. Should be constructed using OverloadedStrings:
"apples" :: PropertyName
PropertyName :: String -> PropertyNamehedgehog Hedgehog.Internal.Property No documentation available.
newtype
PropertyT (m :: Type -> Type) ahedgehog Hedgehog.Internal.Property The property monad transformer allows both the generation of test inputs and the assertion of expectations.
PropertyT :: TestT (GenT m) a -> PropertyT (m :: Type -> Type) ahedgehog Hedgehog.Internal.Property No documentation available.
-
hedgehog Hedgehog.Internal.Report Whether to add icons to the start of important output lines or not.
-
hedgehog Hedgehog.Internal.Report The status of a running property test.
data
Parallel (m :: Type -> Type) (state :: Type -> Type -> Type)hedgehog Hedgehog.Internal.State A sequential prefix of actions to execute, with two branches to execute in parallel.
-
hedgehog Hedgehog.Internal.State No documentation available.
-
Simple Byte Array packer Simple example:
> flip pack 20 $ putWord8 0x41 >> putByteString "BCD" >> putWord8 0x20 >> putStorable (42 :: Word32) Right (ABCD *\NUL\NUL\NUL")
Original code from https://hackage.haskell.org/package/bspack generalized and adapted to run on memory, and spellchecked / tweaked. (2015-05) Copyright (c) 2014 Nicolas DI PRIMA