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

Portabilitynon-portable (functional-dependencies)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>

Control.Bifunctor.Pointed

Description

 

Documentation

class Bifunctor f => PPointed f whereSource

Methods

preturn :: a -> f a cSource

class Bifunctor f => PCopointed f whereSource

Methods

pextract :: f a c -> aSource

Instances