type t = | Doc| Page| Impl| Module| Module_type| Class| Class_type| Method| Val of Typexpr.t| Type_decl of string option| Type_extension| Extension_constructor of Typexpr.t| Exception of Typexpr.t| Constructor of Typexpr.t| Field of Typexpr.t
val equal : t -> t -> bool