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

Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>

Control.Bifunctor.Swap

Description

 

Documentation

newtype SwapB p a b Source

Constructors

SwapB 

Fields

runSwapB :: p b a
 

Instances

liftSwapB :: Bifunctor p => (p a b -> p c d) -> SwapB p b a -> SwapB p d cSource