Module

Control.ShiftMap

Package
purescript-concur-core
Repository
purescript-concur/purescript-concur-core

#ShiftMap Source

class ShiftMap :: (Type -> Type) -> (Type -> Type) -> Constraintclass ShiftMap s t  where

Avoiding monad-control for as long as possible (convert functions on widgets to functions on transformer stacks wrapping widgets).

Members

  • shiftMap :: forall a. (forall b. (a -> b) -> s b -> s b) -> t a -> t a

Instances