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.
type
LazyByteString = ByteStringhex-text Text.Hex Lazy byte string
lazyByteString :: ByteString -> LazyByteStringhex-text Text.Hex No documentation available.
strictByteString :: LazyByteString -> ByteStringhex-text Text.Hex No documentation available.
PersistByteString :: ByteString -> PersistValuehledger-web Hledger.Web.Import No documentation available.
fileSourceByteString :: MonadResource m => FileInfo -> m ByteStringhledger-web Hledger.Web.Import Extract a strict ByteString body from a FileInfo. This function will block while reading the file.
do fileByteString <- fileSourceByteString fileInfo
compileByteString :: SassResult a => ByteString -> SassOptions -> IO (Either SassError a)hsass Text.Sass.Compilation Compiles raw Sass content using specified options.
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")
module HaskellWorks.Data.Bits.
FromBitTextByteString No documentation available.
-
hw-bits HaskellWorks.Data.Bits.FromBitTextByteString No documentation available.
fromBitTextByteString :: FromBitTextByteString a => ByteString -> ahw-bits HaskellWorks.Data.Bits.FromBitTextByteString Convert a binary byte string to a value of type @a