Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fastStringToShortByteString :: FastString -> ShortByteStringghc-lib-parser GHC.Data.FastString No documentation available.
fastZStringToByteString :: FastZString -> ByteStringghc-lib-parser GHC.Data.FastString No documentation available.
mkFastStringByteString :: ByteString -> FastStringghc-lib-parser GHC.Data.FastString Create a FastString by copying an existing ByteString
mkFastStringShortByteString :: ShortByteString -> FastStringghc-lib-parser GHC.Data.FastString Create a FastString from an existing ShortByteString without copying.
unsafeMkByteString :: String -> ByteStringghc-lib-parser GHC.Data.FastString No documentation available.
stringBufferFromByteString :: ByteString -> StringBufferghc-lib-parser GHC.Data.StringBuffer Convert a UTF-8 encoded ByteString into a 'StringBuffer. This really relies on the internals of both ByteString and StringBuffer. O(n) (but optimized into a memcpy by bytestring under the hood)
mkHsDocStringChunkUtf8ByteString :: ByteString -> HsDocStringChunkghc-lib-parser GHC.Hs.DocString Create a HsDocString from a UTF8-encoded ByteString.
getByteString :: ReadBinHandle -> Int -> IO ByteStringghc-lib-parser GHC.Utils.Binary Get a ByteString whose length is known
putByteString :: WriteBinHandle -> ByteString -> IO ()ghc-lib-parser GHC.Utils.Binary Put a ByteString without its length (can't be read back without knowing the length!)
utf8CompareShortByteString :: ShortByteString -> ShortByteString -> Orderingghc-lib-parser GHC.Utils.Encoding.UTF8 No documentation available.