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.

  1. mix64variant13 :: Word64 -> Word64

    hedgehog Hedgehog.Internal.Seed

    No documentation available.

  2. mixGamma :: Word64 -> Word64

    hedgehog Hedgehog.Internal.Seed

    No documentation available.

  3. InfixCons :: Value -> [(Name, Value)] -> Value

    hedgehog Hedgehog.Internal.Show

    Infix data constructor chain

  4. parallelPrefix :: Parallel (m :: Type -> Type) (state :: (Type -> Type) -> Type) -> [Action m state]

    hedgehog Hedgehog.Internal.State

    The sequential prefix.

  5. discoverPrefix :: String -> TExpQ Group

    hedgehog Hedgehog.Internal.TH

    No documentation available.

  6. writePrimFixed :: FixedPrim a -> a -> Write

    blaze-builder Blaze.ByteString.Builder.Compat.Write

    No documentation available.

  7. pstateLinePrefix :: PosState s -> String

    megaparsec Text.Megaparsec

    Prefix to prepend to offending line

  8. pstateLinePrefix :: PosState s -> String

    megaparsec Text.Megaparsec.State

    Prefix to prepend to offending line

  9. 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"
    

  10. 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."
    

Page 54 of many | Previous | Next