Module docstring
{"# Functors
This module provides additional lemmas, definitions, and instances for Functors.
Main definitions
Functor.Const αis the functor that sends all types toα.Functor.AddConst αisFunctor.Const αbut for whenαhas an additive structure.Functor.Comp F Gfor functorsFandGis the functor composition ofFandG.LiftpandLiftrrespectively lift predicates and relations on a typeαtoF α. Terms ofF αare considered to, in some sense, contain values of typeα.
Tags
functor, applicative "}