Module Path.Resolved
module Module : sig ... endmodule ModuleType : sig ... endmodule Type : sig ... endmodule ClassType : sig ... endtype t= Paths_types.Resolved_path.any
val module_of_t : t -> Module.tval module_type_of_t : t -> ModuleType.tval type_of_t : t -> Type.tval class_type_of_t : t -> ClassType.tval equal : t -> t -> boolval hash : t -> intval identifier : t -> Identifier.t