Copyright | (c) 2024 Sayo contributors |
---|---|
License | MPL-2.0 (see the LICENSE file) |
Maintainer | ymdfield@outlook.jp |
Safe Haskell | None |
Language | GHC2021 |
Control.Monad.Hefty.Input
Description
Interpreters for the Input
effect.
Synopsis
- runInputList :: forall i a (es :: [Effect]). FOEs es => [i] -> Eff (Input (Maybe i) ': es) a -> Eff es a
- module Data.Effect.Input
Documentation
runInputList :: forall i a (es :: [Effect]). FOEs es => [i] -> Eff (Input (Maybe i) ': es) a -> Eff es a Source #
module Data.Effect.Input