Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mix64variant13 :: Word64 -> Word64hedgehog Hedgehog.Internal.Seed No documentation available.
-
hedgehog Hedgehog.Internal.Seed No documentation available.
InfixCons :: Value -> [(Name, Value)] -> Valuehedgehog Hedgehog.Internal.Show Infix data constructor chain
parallelPrefix :: Parallel (m :: Type -> Type) (state :: (Type -> Type) -> Type) -> [Action m state]hedgehog Hedgehog.Internal.State The sequential prefix.
discoverPrefix :: String -> TExpQ Grouphedgehog Hedgehog.Internal.TH No documentation available.
writePrimFixed :: FixedPrim a -> a -> Writeblaze-builder Blaze.ByteString.Builder.Compat.Write No documentation available.
pstateLinePrefix :: PosState s -> Stringmegaparsec Text.Megaparsec Prefix to prepend to offending line
pstateLinePrefix :: PosState s -> Stringmegaparsec Text.Megaparsec.State Prefix to prepend to offending line
isPrefixOf :: Eq a => [a] -> NonEmpty a -> Boolbase-compat Data.List.NonEmpty.Compat The isPrefixOf function returns True if the first argument is a prefix of the second.
unsafeFixIO :: (a -> IO a) -> IO abase-compat System.IO.Unsafe.Compat A slightly faster version of fixIO that may not be safe to use with multiple threads. The unsafety arises when used like this:
unsafeFixIO $ \r -> do forkIO (print r) return (...)
In this case, the child thread will receive a NonTermination exception instead of waiting for the value of r to be computed.