| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Polysemy.Process.Interpreter.ProcessInput
Description
Documentation
interpretProcessInputId :: InterpreterFor (ProcessInput ByteString) r Source #
Interpret ProcessInput by passing ByteString through.
interpretProcessInputText :: InterpreterFor (ProcessInput Text) r Source #
Interpret ProcessInput by UTF-8-encoding Text.