category-extras-0.52.3: Various modules and constructs inspired by category theory

Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <[email protected]>

Control.Arrow.CoKleisli

Description

 

Documentation

newtype CoKleisli w a b Source

Constructors

CoKleisli 

Fields

runCoKleisli :: w a -> b
 

Instances