pandora-0.1.8: A box of patterns and paradigms
Pandora.Core.Transformation
type Natural t u = forall a. (Covariant t, Covariant u) => t a -> u a Source #
type (~>) t u = Natural t u Source #