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. type LazyByteString = ByteString

    hex-text Text.Hex

    Lazy byte string

  2. lazyByteString :: ByteString -> LazyByteString

    hex-text Text.Hex

    No documentation available.

  3. strictByteString :: LazyByteString -> ByteString

    hex-text Text.Hex

    No documentation available.

  4. PersistByteString :: ByteString -> PersistValue

    hledger-web Hledger.Web.Import

    No documentation available.

  5. fileSourceByteString :: MonadResource m => FileInfo -> m ByteString

    hledger-web Hledger.Web.Import

    Extract a strict ByteString body from a FileInfo. This function will block while reading the file.

    do
    fileByteString <- fileSourceByteString fileInfo
    

  6. compileByteString :: SassResult a => ByteString -> SassOptions -> IO (Either SassError a)

    hsass Text.Sass.Compilation

    Compiles raw Sass content using specified options.

  7. lazyBytestringBody :: ByteString -> OutputStream Builder -> IO ()

    http-io-streams Network.Http.Client

    Convenience function for sending a lazy ByteString as the body of the request.

    sendRequest c q (lazyBytestringBody "PING")
    

  8. module HaskellWorks.Data.Bits.FromBitTextByteString

    No documentation available.

  9. class FromBitTextByteString a

    hw-bits HaskellWorks.Data.Bits.FromBitTextByteString

    No documentation available.

  10. fromBitTextByteString :: FromBitTextByteString a => ByteString -> a

    hw-bits HaskellWorks.Data.Bits.FromBitTextByteString

    Convert a binary byte string to a value of type @a

Page 92 of many | Previous | Next