Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
primMapListFixed :: FixedPrim a -> [a] -> Builderbytestring Data.ByteString.Builder.Prim Encode a list of values from left-to-right with a FixedPrim.
contramapB :: (b -> a) -> BoundedPrim a -> BoundedPrim bbytestring Data.ByteString.Builder.Prim.Internal Change a BoundedPrim such that it first applies a function to the value to be encoded. Note that BoundedPrims are Contravariant http://hackage.haskell.org/package/contravariant. Hence, the following laws hold.
contramapB id = id contramapB f . contramapB g = contramapB (g . f)
contramapF :: (b -> a) -> FixedPrim a -> FixedPrim bbytestring 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)
concatMap :: (Char -> ByteString) -> ByteString -> ByteStringbytestring Data.ByteString.Char8 Map a function over a ByteString and concatenate the results
concatMap :: (Word8 -> ByteString) -> ByteString -> ByteStringbytestring Data.ByteString.Lazy Map a function over a ByteString and concatenate the results
concatMap :: (Char -> ByteString) -> ByteString -> ByteStringbytestring Data.ByteString.Lazy.Char8 Map a function over a ByteString and concatenate the results
concatMap :: (Char -> Text) -> Text -> Texttext Data.Text O(n) Map a function over a Text that results in a Text, and concatenate the results.
module Data.Text.Internal.Fusion.
CaseMapping No documentation available.
foldMapping :: Char# -> Int64#text Data.Text.Internal.Fusion.CaseMapping No documentation available.
lowerMapping :: Char# -> Int64#text Data.Text.Internal.Fusion.CaseMapping No documentation available.