Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
interpretProcessOutputId :: InterpreterFor (ProcessOutput ByteString) r Source #
Interpret ProcessOutput
by immediately emitting raw ByteString
s without accumulation.
interpretProcessOutputLines :: InterpreterFor (ProcessOutput ByteString) r Source #
Interpret ProcessOutput
by emitting individual ByteString
lines of output.
interpretProcessOutputText :: InterpreterFor (ProcessOutput Text) r Source #
Interpret ProcessOutput
by immediately emitting Text
without accumulation.
interpretProcessOutputTextLines :: InterpreterFor (ProcessOutput Text) r Source #
Interpret ProcessOutput
by emitting individual Text
lines of output.