| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Polysemy.Process.Interpreter.ProcessOutput
Description
Documentation
interpretProcessOutputId :: InterpreterFor (ProcessOutput ByteString) r Source #
Interpret ProcessOutput by immediately emitting raw ByteStrings 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.