Hoogle Search
Within LTS Haskell 24.6 (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
dropPrefix :: Eq a => [a] -> [a] -> [a]extra Data.List.Extra Drops the given prefix from a list. It returns the original sequence if the sequence doesn't start with the given prefix.
dropPrefix "Mr. " "Mr. Men" == "Men" dropPrefix "Mr. " "Dr. Men" == "Dr. Men"
dropSuffix :: Eq a => [a] -> [a] -> [a]extra Data.List.Extra Drops the given suffix from a list. It returns the original sequence if the sequence doesn't end with the given suffix.
dropSuffix "!" "Hello World!" == "Hello World" dropSuffix "!" "Hello World!!" == "Hello World!" dropSuffix "!" "Hello World." == "Hello World."