Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
.