Module Odoc_xref2.Ident

val counter : int ref
type signature = [
| `LRoot of Odoc_model.Names.ModuleName.t * int
| `LModule of Odoc_model.Names.ModuleName.t * int
| `LResult of signature * int
| `LParameter of Odoc_model.Names.ParameterName.t * int
| `LModuleType of Odoc_model.Names.ModuleTypeName.t * int
]
type class_signature = [
| `LClass of Odoc_model.Names.ClassName.t * int
| `LClassType of Odoc_model.Names.ClassTypeName.t * int
]
type datatype = [
| `LType of Odoc_model.Names.TypeName.t * int
| `LCoreType of Odoc_model.Names.TypeName.t
]
type parent = [
| signature
| datatype
| class_signature
]
type label_parent = [
| parent
| `LPage of Odoc_model.Names.PageName.t * int
| `LLeafPage of Odoc_model.Names.PageName.t * int
]
type module_ = [
| `LRoot of Odoc_model.Names.ModuleName.t * int
| `LModule of Odoc_model.Names.ModuleName.t * int
]
type functor_parameter = [
| `LParameter of Odoc_model.Names.ParameterName.t * int
]
type path_module = [
| module_
| `LResult of signature * int
| functor_parameter
]
type module_type = [
| `LModuleType of Odoc_model.Names.ModuleTypeName.t * int
]
type type_ = datatype
type constructor = [
| `LConstructor of Odoc_model.Names.ConstructorName.t * int
]
type field = [
| `LField of Odoc_model.Names.FieldName.t * int
]
type extension = [
| `LExtension of Odoc_model.Names.ExtensionName.t * int
]
type exception_ = [
| `LException of Odoc_model.Names.ExceptionName.t * int
| `LCoreException of Odoc_model.Names.ExceptionName.t
]
type value = [
| `LValue of Odoc_model.Names.ValueName.t * int
]
type class_ = [
| `LClass of Odoc_model.Names.ClassName.t * int
]
type class_type = [
| `LClassType of Odoc_model.Names.ClassTypeName.t * int
]
type path_type = [
| type_
| class_
| class_type
]
type path_class_type = [
| class_
| class_type
]
type method_ = [
| `LMethod of Odoc_model.Names.MethodName.t * int
]
type instance_variable = [
| `LInstanceVariable of Odoc_model.Names.InstanceVariableName.t * int
]
type label = [
| `LLabel of Odoc_model.Names.LabelName.t * int
]
type page = [
| `LPage of Odoc_model.Names.PageName.t * int
| `LLeafPage of Odoc_model.Names.PageName.t * int
]
val fresh_int : unit -> int
val int_of_any : any -> int
module Of_Identifier : sig ... end
module Name : sig ... end
module Rename : sig ... end
val hash : any -> int
val compare : any -> any -> int
module Maps : sig ... end
val reset : unit -> unit
val fmt_aux : Format.formatter -> any -> unit
val fmt : Format.formatter -> [< `LClass of Odoc_model.Names.ClassName.t * int | `LClassType of Odoc_model.Names.ClassTypeName.t * int | `LConstructor of Odoc_model.Names.ConstructorName.t * int | `LCoreException of Odoc_model.Names.ExceptionName.t | `LCoreType of Odoc_model.Names.TypeName.t | `LException of Odoc_model.Names.ExceptionName.t * int | `LExtension of Odoc_model.Names.ExtensionName.t * int | `LField of Odoc_model.Names.FieldName.t * int | `LInstanceVariable of Odoc_model.Names.InstanceVariableName.t * int | `LLabel of Odoc_model.Names.LabelName.t * int | `LLeafPage of Odoc_model.Names.PageName.t * int | `LMethod of Odoc_model.Names.MethodName.t * int | `LModule of Odoc_model.Names.ModuleName.t * int | `LModuleType of Odoc_model.Names.ModuleTypeName.t * int | `LPage of Odoc_model.Names.PageName.t * int | `LParameter of Odoc_model.Names.ParameterName.t * int | `LResult of signature * int & [< `LModule of Odoc_model.Names.ModuleName.t * int | `LModuleType of Odoc_model.Names.ModuleTypeName.t * int | `LParameter of Odoc_model.Names.ParameterName.t * int | `LResult of signature * int | `LRoot of Odoc_model.Names.ModuleName.t * int ] * int | `LRoot of Odoc_model.Names.ModuleName.t * int | `LType of Odoc_model.Names.TypeName.t * int | `LValue of Odoc_model.Names.ValueName.t * int ] -> unit
val rename : ('a * 'b) -> 'a * int