Module Odoc_model__Paths_types.Identifier
type signature=[|`Root of Odoc_model.Root.t * Odoc_model.Names.UnitName.t|`Module of signature * Odoc_model.Names.ModuleName.t|`Argument of signature * int * Odoc_model.Names.ArgumentName.t|`ModuleType of signature * Odoc_model.Names.ModuleTypeName.t]type class_signature=[|`Class of signature * Odoc_model.Names.ClassName.t|`ClassType of signature * Odoc_model.Names.ClassTypeName.t]type datatype=[|`Type of signature * Odoc_model.Names.TypeName.t|`CoreType of Odoc_model.Names.TypeName.t]type parent=[|signature|datatype|class_signature]type label_parent=[|parent|`Page of Odoc_model.Root.t * Odoc_model.Names.PageName.t]type module_=[|`Root of Odoc_model.Root.t * Odoc_model.Names.UnitName.t|`Module of signature * Odoc_model.Names.ModuleName.t|`Argument of signature * int * Odoc_model.Names.ArgumentName.t]type module_type=[|`ModuleType of signature * Odoc_model.Names.ModuleTypeName.t]type type_=[|`Type of signature * Odoc_model.Names.TypeName.t|`CoreType of Odoc_model.Names.TypeName.t]type constructor=[|`Constructor of type_ * Odoc_model.Names.ConstructorName.t]type field=[|`Field of parent * Odoc_model.Names.FieldName.t]type extension=[|`Extension of signature * Odoc_model.Names.ExtensionName.t]type exception_=[|`Exception of signature * Odoc_model.Names.ExceptionName.t|`CoreException of Odoc_model.Names.ExceptionName.t]type value=[|`Value of signature * Odoc_model.Names.ValueName.t]type class_=[|`Class of signature * Odoc_model.Names.ClassName.t]type class_type=[|`ClassType of signature * Odoc_model.Names.ClassTypeName.t]type method_=[|`Method of class_signature * Odoc_model.Names.MethodName.t]type instance_variable=[|`InstanceVariable of class_signature * Odoc_model.Names.InstanceVariableName.t]type label=[|`Label of label_parent * Odoc_model.Names.LabelName.t]type page=[|`Page of Odoc_model.Root.t * Odoc_model.Names.PageName.t]type any=[]type path_module= module_type path_module_type= module_typetype path_type=[|type_|class_|class_type]type path_class_type=[|class_|class_type]type path_any=[|path_module|path_module_type|path_type|path_class_type]type fragment_module= path_moduletype fragment_type= path_typetype reference_module= path_moduletype reference_module_type= path_module_typetype reference_type= path_typetype reference_constructor=[|constructor|extension|exception_]type reference_field= fieldtype reference_extension=[|extension|exception_]type reference_exception= exception_type reference_value= valuetype reference_class= class_type reference_class_type=[|class_|class_type]type reference_method= method_type reference_instance_variable= instance_variabletype reference_label= labeltype reference_page= page