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

Safe HaskellSafe
LanguageHaskell2010

Data.Functor.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 #