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.
mkFastStringByteString :: ByteString -> FastStringghc GHC.Data.FastString Create a FastString by copying an existing ByteString
mkFastStringShortByteString :: ShortByteString -> FastStringghc GHC.Data.FastString Create a FastString from an existing ShortByteString without copying.
unsafeMkByteString :: String -> ByteStringghc GHC.Data.FastString No documentation available.
stringBufferFromByteString :: ByteString -> StringBufferghc 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 GHC.Hs.DocString Create a HsDocString from a UTF8-encoded ByteString.
newByteStringCLit :: ByteString -> FCode CmmLitghc GHC.StgToCmm.Lit No documentation available.
getByteString :: BinHandle -> Int -> IO ByteStringghc GHC.Utils.Binary Get a ByteString whose length is known
putByteString :: BinHandle -> ByteString -> IO ()ghc GHC.Utils.Binary Put a ByteString without its length (can't be read back without knowing the length!)
fingerprintByteString :: ByteString -> Fingerprintghc GHC.Utils.Fingerprint No documentation available.
PersistByteString :: ByteString -> PersistValuepersistent Database.Persist.PersistValue No documentation available.