Description
Provides natural transformation abstractions for Haskell. Natural transformations describe structure-preserving conversions between type constructors, a concept used in advanced functional programming.
It is useful for library authors working with functors, effects, interpreters, and generic transformations. It is an advanced developer library and has no standalone interface.