Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hedgehog Hedgehog.Internal.State A set of callbacks which provide optional command configuration such as pre-condtions, post-conditions and state updates.
-
hedgehog Hedgehog.Internal.State Executes the prefix actions sequentially, then executes the two branches in parallel, verifying that no exceptions are thrown and that there is at least one sequential interleaving where all the post-conditions are met. To generate parallel actions to execute, see the parallel combinator in the Hedgehog.Gen module.
-
hedgehog Hedgehog.Internal.State Given the initial model state and set of commands, generates prefix actions to be run sequentially, followed by two branches to be run in parallel.
-
hedgehog Hedgehog.Internal.State The first branch.
-
hedgehog Hedgehog.Internal.State The second branch.
parallelPrefix :: Parallel (m :: Type -> Type) (state :: (Type -> Type) -> Type) -> [Action m state]hedgehog Hedgehog.Internal.State The sequential prefix.
-
tasty-bench Test.Tasty.Bench Measure wall-clock time.
-
prettyprinter Prettyprinter Do not dive deep into nested documents, fusing mostly concatenations of text nodes together.
-
prettyprinter Prettyprinter.Internal Do not dive deep into nested documents, fusing mostly concatenations of text nodes together.
skipAll :: ByteArray byteArray => Parser byteArray ()memory Data.ByteArray.Parse Skip all the remaining bytes from the current position in the stream