Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype
Sequential (m :: Type -> Type) (state :: Type -> Type -> Type)hedgehog Hedgehog.Internal.State A sequence of actions to execute.
Sequential :: [Action m state] -> Sequential (m :: Type -> Type) (state :: (Type -> Type) -> Type)hedgehog Hedgehog.Internal.State No documentation available.
-
hedgehog Hedgehog.Internal.State No documentation available.
-
hedgehog Hedgehog.Internal.State Executes a list of actions sequentially, verifying that all post-conditions are met and no exceptions are thrown. To generate a sequence of actions to execute, see the sequential combinator in the Hedgehog.Gen module.
-
hedgehog Hedgehog.Internal.State Generates a sequence of actions from an initial model state and set of commands.
-
hedgehog Hedgehog.Internal.State The sequence of actions.
constEq :: (ByteArrayAccess bs1, ByteArrayAccess bs2) => bs1 -> bs2 -> Boolmemory Data.ByteArray A constant time equality test for 2 ByteArrayAccess values. If values are of 2 different sizes, the function will abort early without comparing any bytes. compared to == , this function will go over all the bytes present before yielding a result even when knowing the overall result early in the processing.
memConstEqual :: Ptr Word8 -> Ptr Word8 -> Int -> IO Boolmemory Data.Memory.PtrMethods A constant time equality test for 2 Memory buffers compared to normal equality function, this function will go over all the bytes present before yielding a result even when knowing the overall result early in the processing.
memEqual :: Ptr Word8 -> Ptr Word8 -> Int -> IO Boolmemory Data.Memory.PtrMethods Check if two piece of memory are equals
-
warp Network.Wai.Handler.Warp Error types for bad Request.