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.
shortByteString :: ShortByteString -> Write 'ExactLength sbytezap Bytezap.Write.Derived Write a ShortByteString.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
PersistByteString :: ByteString -> PersistValueclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
asByteString :: ByteString -> ByteStringclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
asLByteString :: LByteString -> LByteStringclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
builderToByteString :: forall (m :: Type -> Type) . PrimMonad m => ConduitT Builder ByteString m ()classy-prelude-yesod ClassyPrelude.Yesod Incrementally execute builders and pass on the filled chunks as bytestrings.
-
classy-prelude-yesod ClassyPrelude.Yesod Same as builderToByteString, but input and output are wrapped in Flush.
-
classy-prelude-yesod ClassyPrelude.Yesod A conduit that incrementally executes builders and passes on the filled chunks as bytestrings to an inner sink. INV: All bytestrings passed to the inner sink are non-empty.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
fileSourceByteString :: MonadResource m => FileInfo -> m ByteStringclassy-prelude-yesod ClassyPrelude.Yesod Extract a strict ByteString body from a FileInfo. This function will block while reading the file.
do fileByteString <- fileSourceByteString fileInfo