Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. contramapF :: (b -> a) -> FixedPrim a -> FixedPrim b

    bytestring Data.ByteString.Builder.Prim.Internal

    Change a primitives such that it first applies a function to the value to be encoded. Note that primitives are Contravariant http://hackage.haskell.org/package/contravariant. Hence, the following laws hold.

    contramapF id = id
    contramapF f . contramapF g = contramapF (g . f)
    

  2. concatMap :: (Char -> ByteString) -> ByteString -> ByteString

    bytestring Data.ByteString.Char8

    Map a function over a ByteString and concatenate the results

  3. concatMap :: (Word8 -> ByteString) -> ByteString -> ByteString

    bytestring Data.ByteString.Lazy

    Map a function over a ByteString and concatenate the results

  4. concatMap :: (Char -> ByteString) -> ByteString -> ByteString

    bytestring Data.ByteString.Lazy.Char8

    Map a function over a ByteString and concatenate the results

  5. concatMap :: (Char -> Text) -> Text -> Text

    text Data.Text

    O(n) Map a function over a Text that results in a Text, and concatenate the results.

  6. module Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

  7. foldMapping :: Char# -> Int64#

    text Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

  8. lowerMapping :: Char# -> Int64#

    text Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

  9. titleMapping :: Char# -> Int64#

    text Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

  10. upperMapping :: Char# -> Int64#

    text Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

Page 402 of many | Previous | Next