Odoc_xref2.Identtype 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_ = datatypetype 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 -> intmodule Of_Identifier : sig ... endmodule Name : sig ... endmodule Rename : sig ... endval hash : any -> intmodule Maps : sig ... endval fmt_aux : Stdlib.Format.formatter -> any -> unitval 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