Data.Conduit.Shell.Segments
Description
Helpful segment combinators.
strings :: forall (m :: Type -> Type). MonadUnliftIO m => Segment m () -> Segment m [String] Source #
Extract the String values from a segment.
String
texts :: forall (m :: Type -> Type). MonadUnliftIO m => Segment m () -> Segment m [Text] Source #
Extract the Text values from a segment.
Text
ignore :: forall (m :: Type -> Type). MonadUnliftIO m => Segment m () -> Segment m () Source #
Ignore any output from a segment.