Copyright | disco team and contributors |
---|---|
License | BSD-3-Clause |
Maintainer | byorgey@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
Utility functions for input effect.
Synopsis
- module Polysemy.Input
- inputToState :: forall s r a. Member (State s) r => Sem (Input s ': r) a -> Sem r a
Documentation
module Polysemy.Input