Identifier.Id
type page_pv = [
| `LeafPage of container_page option * Odoc_model__.Names.PageName.t
| `Page of container_page option * Odoc_model__.Names.PageName.t
]
type source_dir_pv = [
| `Page of container_page option * Odoc_model__.Names.PageName.t
| `SourceDir of source_dir * string
]
type source_location_pv = [
| `SourceLocation of source_page * Odoc_model__.Names.DefName.t
| `SourceLocationInternal of source_page * Odoc_model__.Names.LocalName.t
| `SourceLocationMod of source_page
]
type odoc_id_pv = [
| `LeafPage of container_page option * Odoc_model__.Names.PageName.t
| `Page of container_page option * Odoc_model__.Names.PageName.t
| `Root of container_page option * Odoc_model__.Names.ModuleName.t
]
type signature_pv = [
| `Module of signature * Odoc_model__.Names.ModuleName.t
| `ModuleType of signature * Odoc_model__.Names.ModuleTypeName.t
| `Parameter of signature * Odoc_model__.Names.ModuleName.t
| `Result of signature
| `Root of container_page option * Odoc_model__.Names.ModuleName.t
]
type datatype_pv = [
| `CoreType of Odoc_model__.Names.TypeName.t
| `Type of signature * Odoc_model__.Names.TypeName.t
]
type field_parent_pv = [
| `CoreType of Odoc_model__.Names.TypeName.t
| `Module of signature * Odoc_model__.Names.ModuleName.t
| `ModuleType of signature * Odoc_model__.Names.ModuleTypeName.t
| `Parameter of signature * Odoc_model__.Names.ModuleName.t
| `Result of signature
| `Root of container_page option * Odoc_model__.Names.ModuleName.t
| `Type of signature * Odoc_model__.Names.TypeName.t
]
type label_parent_pv = [
| `Class of signature * Odoc_model__.Names.ClassName.t
| `ClassType of signature * Odoc_model__.Names.ClassTypeName.t
| `CoreType of Odoc_model__.Names.TypeName.t
| `LeafPage of container_page option * Odoc_model__.Names.PageName.t
| `Module of signature * Odoc_model__.Names.ModuleName.t
| `ModuleType of signature * Odoc_model__.Names.ModuleTypeName.t
| `Page of container_page option * Odoc_model__.Names.PageName.t
| `Parameter of signature * Odoc_model__.Names.ModuleName.t
| `Result of signature
| `Root of container_page option * Odoc_model__.Names.ModuleName.t
| `Type of signature * Odoc_model__.Names.TypeName.t
]
type module_pv = [
| `Module of signature * Odoc_model__.Names.ModuleName.t
| `Parameter of signature * Odoc_model__.Names.ModuleName.t
| `Root of container_page option * Odoc_model__.Names.ModuleName.t
]
type type_pv = [
| `CoreType of Odoc_model__.Names.TypeName.t
| `Type of signature * Odoc_model__.Names.TypeName.t
]
type extension_decl_pv = [
| `ExtensionDecl of
signature
* Odoc_model__.Names.ExtensionName.t
* Odoc_model__.Names.ExtensionName.t
]
type exception_pv = [
| `CoreException of Odoc_model__.Names.ExceptionName.t
| `Exception of signature * Odoc_model__.Names.ExceptionName.t
]
type instance_variable_pv = [
| `InstanceVariable of
class_signature * Odoc_model__.Names.InstanceVariableName.t
]
type non_src_pv = [
| `Class of signature * Odoc_model__.Names.ClassName.t
| `ClassType of signature * Odoc_model__.Names.ClassTypeName.t
| `Constructor of datatype * Odoc_model__.Names.ConstructorName.t
| `CoreException of Odoc_model__.Names.ExceptionName.t
| `CoreType of Odoc_model__.Names.TypeName.t
| `Exception of signature * Odoc_model__.Names.ExceptionName.t
| `Extension of signature * Odoc_model__.Names.ExtensionName.t
| `ExtensionDecl of
signature
* Odoc_model__.Names.ExtensionName.t
* Odoc_model__.Names.ExtensionName.t
| `Field of field_parent * Odoc_model__.Names.FieldName.t
| `InstanceVariable of
class_signature * Odoc_model__.Names.InstanceVariableName.t
| `Label of label_parent * Odoc_model__.Names.LabelName.t
| `LeafPage of container_page option * Odoc_model__.Names.PageName.t
| `Method of class_signature * Odoc_model__.Names.MethodName.t
| `Module of signature * Odoc_model__.Names.ModuleName.t
| `ModuleType of signature * Odoc_model__.Names.ModuleTypeName.t
| `Page of container_page option * Odoc_model__.Names.PageName.t
| `Parameter of signature * Odoc_model__.Names.ModuleName.t
| `Result of signature
| `Root of container_page option * Odoc_model__.Names.ModuleName.t
| `Type of signature * Odoc_model__.Names.TypeName.t
| `Value of signature * Odoc_model__.Names.ValueName.t
]
type any_pv = [
| `AssetFile of page * string
| `Class of signature * Odoc_model__.Names.ClassName.t
| `ClassType of signature * Odoc_model__.Names.ClassTypeName.t
| `Constructor of datatype * Odoc_model__.Names.ConstructorName.t
| `CoreException of Odoc_model__.Names.ExceptionName.t
| `CoreType of Odoc_model__.Names.TypeName.t
| `Exception of signature * Odoc_model__.Names.ExceptionName.t
| `Extension of signature * Odoc_model__.Names.ExtensionName.t
| `ExtensionDecl of
signature
* Odoc_model__.Names.ExtensionName.t
* Odoc_model__.Names.ExtensionName.t
| `Field of field_parent * Odoc_model__.Names.FieldName.t
| `InstanceVariable of
class_signature * Odoc_model__.Names.InstanceVariableName.t
| `Label of label_parent * Odoc_model__.Names.LabelName.t
| `LeafPage of container_page option * Odoc_model__.Names.PageName.t
| `Method of class_signature * Odoc_model__.Names.MethodName.t
| `Module of signature * Odoc_model__.Names.ModuleName.t
| `ModuleType of signature * Odoc_model__.Names.ModuleTypeName.t
| `Page of container_page option * Odoc_model__.Names.PageName.t
| `Parameter of signature * Odoc_model__.Names.ModuleName.t
| `Result of signature
| `Root of container_page option * Odoc_model__.Names.ModuleName.t
| `SourceDir of source_dir * string
| `SourceLocation of source_page * Odoc_model__.Names.DefName.t
| `SourceLocationInternal of source_page * Odoc_model__.Names.LocalName.t
| `SourceLocationMod of source_page
| `SourcePage of source_dir * string
| `Type of signature * Odoc_model__.Names.TypeName.t
| `Value of signature * Odoc_model__.Names.ValueName.t
]
type path_module_pv = [
| `Module of signature * Odoc_model__.Names.ModuleName.t
| `Parameter of signature * Odoc_model__.Names.ModuleName.t
| `Result of signature
| `Root of container_page option * Odoc_model__.Names.ModuleName.t
]
type path_module_type = module_type
type path_datatype_pv = type_pv
type path_constructor = constructor
type path_value = value
type fragment_module = path_module
type fragment_type = path_type
type reference_module = path_module
type reference_module_type = module_type
type reference_type = path_type
type reference_field = field
type reference_extension_decl = extension_decl
type reference_exception = exception_
type reference_value = value
type reference_class = class_
type reference_method = method_
type reference_instance_variable = instance_variable
type reference_label = label
type reference_page = page