morphisms-functors-0.1.2: Functors, theirs compositions and transformations

Safe HaskellSafe
LanguageHaskell2010

Control.Functor.Pointable

Documentation

class Pointable (t :: * -> *) where Source #

Minimal complete definition

point

Methods

point :: a -> t a Source #