module Type : sig ... endmodule Field : sig ... endmodule Value : sig ... endmodule Class : sig ... endmodule Label : sig ... endmodule Page : sig ... endtype t = Paths_types.Resolved_reference.any
val module_of_t : t -> Module.tval module_type_of_t : t -> ModuleType.tval signature_of_t : t -> Signature.tval class_signature_of_t : t -> ClassSignature.tval parent_of_t : t -> Parent.tval label_parent_of_t : t -> LabelParent.tval type_of_t : t -> Type.tval datatype_of_t : t -> DataType.tval constructor_of_t : t -> Constructor.tval field_of_t : t -> Field.tval extension_of_t : t -> Extension.tval exception_of_t : t -> Exception.tval value_of_t : t -> Value.tval class_of_t : t -> Class.tval class_type_of_t : t -> ClassType.tval method_of_t : t -> Method.tval instance_variable_of_t : t -> InstanceVariable.tval label_of_t : t -> Label.tval identifier : t -> Identifier.t