Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

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

    bytestring Data.ByteString.Lazy

    Map a function over a ByteString and concatenate the results

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

    bytestring Data.ByteString.Lazy.Char8

    Map a function over a ByteString and concatenate the results

  3. 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.

  4. module Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

  5. foldMapping :: Char# -> Int64#

    text Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

  6. lowerMapping :: Char# -> Int64#

    text Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

  7. titleMapping :: Char# -> Int64#

    text Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

  8. upperMapping :: Char# -> Int64#

    text Data.Text.Internal.Fusion.CaseMapping

    No documentation available.

  9. concatMap :: (Char -> Stream Char) -> Stream Char -> Stream Char

    text Data.Text.Internal.Fusion.Common

    Map a function over a stream that results in a stream and concatenate the results. Properties

    unstream . concatMap (stream . f) . stream = concatMap f
    

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

    text Data.Text.Lazy

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

Page 403 of many | Previous | Next