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.
stFromByteString :: Stringable a => ByteString -> aHStringTemplate Text.StringTemplate No documentation available.
stFromByteString :: Stringable a => ByteString -> aHStringTemplate Text.StringTemplate.Base No documentation available.
stFromByteString :: Stringable a => ByteString -> aHStringTemplate Text.StringTemplate.Classes No documentation available.
module System.AtomicWrite.Writer.
LazyByteString Provides functionality to dump the contents of a Lazy ByteString to a file.
bbytestring :: BParser BEncode -> BParser ByteStringbencode Data.BEncode.Parser No documentation available.
bbytestring :: BReader ByteStringbencode Data.BEncode.Reader Usage same as bstring, below. (sadly, doctests for this cause errors on GHC 7.4)
fromByteString :: Ix i => (i, i) -> ByteString -> BitArray ibitwise Data.Array.BitArray.ByteString Copy from a ByteString. Much like listArray but with packed bits.
fromByteStringIO :: Ix i => (i, i) -> ByteString -> IO (IOBitArray i)bitwise Data.Array.BitArray.ByteString Copy from a ByteString. Much like newListArray but with packed bits.
toByteString :: Ix i => BitArray i -> ByteStringbitwise Data.Array.BitArray.ByteString Copy to a ByteString. The most significant bits of the last byte are padded with 0 unless the array was a multiple of 8 bits in size.
toByteStringIO :: Ix i => IOBitArray i -> IO ByteStringbitwise Data.Array.BitArray.ByteString Copy to a ByteString. The most significant bits of the last byte are padded with 0 unless the array was a multiple of 8 bits in size.