Odoc_xref2.Ident
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.ModuleName.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 label_parent = [
| parent
| `LPage of Odoc_model.Names.PageName.t * int
| `LLeafPage of Odoc_model.Names.PageName.t * int
| class_signature
]
type module_ = [
| `LRoot of Odoc_model.Names.ModuleName.t * int
| `LModule of Odoc_model.Names.ModuleName.t * int
| `LParameter of Odoc_model.Names.ModuleName.t * int
]
type type_ = datatype
type path_datatype = type_
type path_value = value
type page = [
| `LPage of Odoc_model.Names.PageName.t * int
| `LLeafPage of Odoc_model.Names.PageName.t * int
]
type any = [
| signature
| class_signature
| datatype
| parent
| label_parent
| path_module
| module_type
| type_
| constructor
| field
| extension
| exception_
| value
| class_
| class_type
| method_
| instance_variable
| label
| page
]
val int_of_any : any -> int
module Of_Identifier : sig ... end
module Name : sig ... end
module Rename : sig ... end
val hash : any -> int
module Maps : sig ... end
val fmt_aux : Stdlib.Format.formatter -> any -> unit
val fmt :
Stdlib.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
| `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.ModuleName.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.ModuleName.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