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.
takeLazyByteString :: Parser ByteStringattoparsec Data.Attoparsec.ByteString.Lazy Consume all remaining input and return it as a single string.
-
lens Data.ByteString.Lens Traversals for ByteStrings.
builderToByteString :: forall (m :: Type -> Type) . PrimMonad m => ConduitT Builder ByteString m ()conduit Conduit Incrementally execute builders and pass on the filled chunks as bytestrings.
-
conduit Conduit Same as builderToByteString, but input and output are wrapped in Flush.
-
conduit Conduit 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.
-
conduit Conduit No documentation available.
-
conduit Conduit Incrementally execute builders on the given buffer and pass on the filled chunks as bytestrings. Note that, if the given buffer is too small for the execution of a build step, a larger one will be allocated. WARNING: This conduit yields bytestrings that are NOT referentially transparent. Their content will be overwritten as soon as control is returned from the inner sink!
builderToByteString :: forall (m :: Type -> Type) . PrimMonad m => ConduitT Builder ByteString m ()conduit Data.Conduit.Combinators Incrementally execute builders and pass on the filled chunks as bytestrings.
-
conduit Data.Conduit.Combinators Same as builderToByteString, but input and output are wrapped in Flush.
-
conduit Data.Conduit.Combinators 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.