Tealeaves.Functors.Identity

From Tealeaves Require Export
  Classes.Functor.

The Identity Functor

#[export] Instance Map_I: Map (fun AA) :=
  fun (A B: Type) (f: A B) ⇒ f.

#[program, export] Instance Functor_I: Functor (fun AA).