shell-conduit-5.0.0: Write shell scripts with Conduit

Safe HaskellNone
LanguageHaskell2010

Data.Conduit.Shell.Segments

Description

Helpful segment combinators.

Synopsis

Documentation

strings :: MonadUnliftIO m => Segment m () -> Segment m [String] Source #

Extract the String values from a segment.

texts :: MonadUnliftIO m => Segment m () -> Segment m [Text] Source #

Extract the Text values from a segment.

ignore :: MonadUnliftIO m => Segment m () -> Segment m () Source #

Ignore any output from a segment.