Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Functions for modifying requests and actions
Synopsis
- job :: (forall x. Effect up action x -> Job up' action' x) -> Job up action product -> Job up' action' product
- vendor :: (forall x. Effect up action x -> Job up' action' x) -> Vendor up down action -> Vendor up' down action'
- request :: (up product -> Effect up' action product) -> Effect up action product -> Effect up' action product
- perform :: (action product -> Effect up action' product) -> Effect up action product -> Effect up action' product
- job' :: (forall x. Effect up action x -> Effect up' action' x) -> Job up action product -> Job up' action' product
- vendor' :: (forall x. Effect up action x -> Effect up' action' x) -> Vendor up down action -> Vendor up' down action'
- request' :: (up product -> up' product) -> Effect up action product -> Effect up' action product
- perform' :: (action product -> action' product) -> Effect up action product -> Effect up action' product