| Copyright | disco team and contributors |
|---|---|
| License | BSD-3-Clause |
| Maintainer | byorgey@gmail.com |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Disco.Effects.Input
Description
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