polysemy-process-0.8.0.1: Polysemy Effects for System Processes
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Process.Interpreter.ProcessOutput

Description

 
Synopsis

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.