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

Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>

Control.Functor.Pointed

Description

 

Documentation

class Functor f => Pointed f whereSource

Methods

point :: a -> f aSource

Instances