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.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 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 type_ = datatype
type exception_ = [
| `LException of Odoc_model.Names.ExceptionName.t * int |
| `LCoreException of Odoc_model.Names.ExceptionName.t |
]
type page = [
| `LPage of Odoc_model.Names.PageName.t * int |
| `LLeafPage of Odoc_model.Names.PageName.t * int |
]
type any = [
]
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
| `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