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

Safe HaskellSafe
LanguageHaskell2010

Control.Functor.Extractable

Documentation

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

Minimal complete definition

extract

Methods

extract :: t a -> a Source #