shell-conduit-4.6.1: Write shell scripts with Conduit

Safe HaskellNone
LanguageHaskell98

Data.Conduit.Shell.Segments

Description

Helpful segment combinators.

Synopsis

Documentation

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

Extract the String values from a segment.

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

Extract the Text values from a segment.

ignore :: Segment () -> Segment () Source #

Ignore any output from a segment.