| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Effectful.Input.Static
Contents
Description
Support for access to a value of a particular type.
Since: 2.7.0.0
Effect
data Input (i :: Type) :: Effect Source #
Provide access to a value of type i.
Instances
| type DispatchOf (Input i) Source # | |
Defined in Effectful.Input.Static | |
| newtype StaticRep (Input i) Source # | |
Defined in Effectful.Input.Static | |
Handlers
Arguments
| :: HasCallStack | |
| => i | The input value. |
| -> Eff (Input i : es) a | |
| -> Eff es a |
Run the Input effect with the given value.