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

Safe HaskellSafe
LanguageHaskell2010

Control.Transformation.Natural

Documentation

type Natural t u = forall a. (Covariant t, Covariant u) => t a -> u a Source #

type (~>) t u = Natural t u Source #