Copyright | (c) 2021 Xy Ren |
---|---|
License | BSD3 |
Maintainer | xy.r@outlook.com |
Stability | experimental |
Portability | non-portable (GHC only) |
Safe Haskell | Trustworthy |
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.