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.

  1. stFromByteString :: Stringable a => ByteString -> a

    HStringTemplate Text.StringTemplate

    No documentation available.

  2. stFromByteString :: Stringable a => ByteString -> a

    HStringTemplate Text.StringTemplate.Base

    No documentation available.

  3. stFromByteString :: Stringable a => ByteString -> a

    HStringTemplate Text.StringTemplate.Classes

    No documentation available.

  4. module System.AtomicWrite.Writer.LazyByteString

    Provides functionality to dump the contents of a Lazy ByteString to a file.

  5. bbytestring :: BParser BEncode -> BParser ByteString

    bencode Data.BEncode.Parser

    No documentation available.

  6. bbytestring :: BReader ByteString

    bencode Data.BEncode.Reader

    Usage same as bstring, below. (sadly, doctests for this cause errors on GHC 7.4)

  7. fromByteString :: Ix i => (i, i) -> ByteString -> BitArray i

    bitwise Data.Array.BitArray.ByteString

    Copy from a ByteString. Much like listArray but with packed bits.

  8. 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.

  9. toByteString :: Ix i => BitArray i -> ByteString

    bitwise 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.

  10. toByteStringIO :: Ix i => IOBitArray i -> IO ByteString

    bitwise 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.

Page 69 of many | Previous | Next