Safe Haskell | None |
---|---|
Language | Haskell2010 |
Effect
data Input i :: Effect where Source #
An effect that is capable of reading from some input source, such as an input stream.
Operations
Interpretations
runInputConst :: i -> Eff (Input i ': es) ~> Eff es Source #
Run an Input
effect by giving a constant input value.