Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

  1. pack :: String -> ByteString

    bytestring Data.ByteString.Char8

    O(n) Convert a String into a ByteString For applications with large numbers of string literals, pack can be a bottleneck.

  2. fromString :: String -> ByteString

    utf8-string Data.ByteString.Lazy.UTF8

    Converts a Haskell string into a UTF8 encoded bytestring.

  3. fromString :: String -> ByteString

    utf8-string Data.ByteString.UTF8

    Converts a Haskell string into a UTF8 encoded bytestring.

  4. stringToBs :: String -> ByteString

    file-embed Data.FileEmbed

    No documentation available.

  5. toUTF8BS :: String -> ByteString

    Cabal Distribution.Simple.Utils

    Encode String to UTF8-encoded ByteString Code-points in the U+D800-U+DFFF range will be encoded as the replacement character (i.e. U+FFFD).

  6. toUTF8LBS :: String -> ByteString

    Cabal Distribution.Simple.Utils

    Variant of toUTF8BS for lazy ByteStrings

  7. unsafeMkByteString :: String -> ByteString

    ghc GHC.Data.FastString

    No documentation available.

  8. fromString :: String -> ByteString

    hslua-core HsLua.Core.Utf8

    Encode String to ByteString using UTF-8.

  9. fromString :: String -> ByteString

    pandoc Text.Pandoc.UTF8

    No documentation available.

  10. fromStringLazy :: String -> ByteString

    pandoc Text.Pandoc.UTF8

    No documentation available.

Page 1 of many | Next