| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Polysemy.Process.Effect.ProcessInput
Description
Synopsis
- data ProcessInput a :: Effect where
- Encode :: a -> ProcessInput a m ByteString
Documentation
data ProcessInput a :: Effect where Source #
This effect is used by the effect Process to encode values for process input.
example using a parser.
Constructors
| Encode | Encode a value for enqueueing it to a process' stdin. |
Fields
| |