mathlib3 documentation

core / init.control.functor

@[class]
structure functor (f : Type u Type v) :
Type (max (u+1) v)
Instances of this typeclass
Instances of other typeclasses for functor
  • functor.has_sizeof_inst
@[reducible]
def functor.map_const_rev {f : Type u Type v} [functor f] {α β : Type u} :
f β α f α
Equations