Module Paths.Identifier
Generic operations
module Signature : sig ... endmodule ClassSignature : sig ... endmodule DataType : sig ... endmodule Parent : sig ... endmodule LabelParent : sig ... endmodule Module : sig ... endmodule ModuleType : sig ... endmodule Type : sig ... endmodule Constructor : sig ... endmodule Field : sig ... endmodule Extension : sig ... endmodule Exception : sig ... endmodule Value : sig ... endmodule Class : sig ... endmodule ClassType : sig ... endmodule Method : sig ... endmodule InstanceVariable : sig ... endmodule Label : sig ... endmodule Page : sig ... endmodule Path : sig ... endtype t= Paths_types.Identifier.any
val page_of_t : t -> Page.tval signature_of_t : t -> Signature.tval class_signature_of_t : t -> ClassSignature.tval datatype_of_t : t -> DataType.tval module_of_t : t -> Module.tval module_type_of_t : t -> ModuleType.tval type_of_t : t -> Type.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 parent_of_t : t -> Parent.tval equal : t -> t -> boolval hash : t -> intval name : [< t ] -> string