Module Identifier.IdSource
Source
type container_page_pv = [ | `Page of Odoc_model.Paths.Identifier.ContainerPage.t option * Odoc_model.Names.PageName.t
]Source
and container_page =
Odoc_model.Paths.Identifier.ContainerPage.t_pv Odoc_model.Paths.Identifier.idSource
type leaf_page_pv = [ | `LeafPage of Odoc_model.Paths.Identifier.ContainerPage.t option * Odoc_model.Names.PageName.t
]Source
type source_page_pv = [ | `SourcePage of Odoc_model.Paths.Identifier.ContainerPage.t * string
]The second argument is the filename.
Source
type asset_file_pv = [ | `AssetFile of Odoc_model.Paths.Identifier.Page.t * Odoc_model.Names.AssetName.t
]The second argument is the filename.
Source
type source_location_pv = [ | `SourceLocationMod of Odoc_model.Paths.Identifier.SourcePage.t| `SourceLocation of Odoc_model.Paths.Identifier.SourcePage.t * Odoc_model.Names.DefName.t| `SourceLocationInternal of Odoc_model.Paths.Identifier.SourcePage.t * Odoc_model.Names.LocalName.t
]Source
and source_location =
Odoc_model.Paths.Identifier.SourceLocation.t Odoc_model.Paths.Identifier.idSource
type odoc_id_pv = [ | Odoc_model.Paths.Identifier.Page.t_pv| Odoc_model.Paths.Identifier.SourcePage.t_pv| Odoc_model.Paths.Identifier.AssetFile.t_pv| `Root of Odoc_model.Paths.Identifier.ContainerPage.t option * Odoc_model.Names.ModuleName.t| `Implementation of Odoc_model.Names.ModuleName.t
]Source
type signature_pv = [ | `Root of Odoc_model.Paths.Identifier.ContainerPage.t option * Odoc_model.Names.ModuleName.t| `Module of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t| `Parameter of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t| `Result of Odoc_model.Paths.Identifier.Signature.t| `ModuleType of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleTypeName.t
]Source
type class_signature_pv = [ | `Class of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.TypeName.t| `ClassType of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.TypeName.t
]Source
and class_signature =
Odoc_model.Paths.Identifier.ClassSignature.t_pv
Odoc_model.Paths.Identifier.idSource
and field_parent =
Odoc_model.Paths.Identifier.FieldParent.t_pv Odoc_model.Paths.Identifier.idSource
and unboxed_field_parent =
Odoc_model.Paths.Identifier.UnboxedFieldParent.t_pv
Odoc_model.Paths.Identifier.idSource
and label_parent =
Odoc_model.Paths.Identifier.LabelParent.t_pv Odoc_model.Paths.Identifier.idSource
type root_module_pv = [ | `Root of Odoc_model.Paths.Identifier.ContainerPage.t option * Odoc_model.Names.ModuleName.t
]Source
type module_pv = [ | Odoc_model.Paths.Identifier.RootModule.t_pv| `Module of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t| `Parameter of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t
]Source
type functor_parameter_pv = [ | `Parameter of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleName.t
]Source
and functor_parameter =
Odoc_model.Paths.Identifier.FunctorParameter.t_pv
Odoc_model.Paths.Identifier.idSource
and functor_result =
Odoc_model.Paths.Identifier.FunctorResult.t_pv Odoc_model.Paths.Identifier.idSource
type module_type_pv = [ | `ModuleType of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ModuleTypeName.t
]Source
type constructor_pv = [ | `Constructor of Odoc_model.Paths.Identifier.DataType.t * Odoc_model.Names.ConstructorName.t
]Source
type unboxed_field_pv = [ | `UnboxedField of Odoc_model.Paths.Identifier.UnboxedFieldParent.t * Odoc_model.Names.UnboxedFieldName.t
]Source
and unboxed_field =
Odoc_model.Paths.Identifier.UnboxedField.t_pv Odoc_model.Paths.Identifier.idSource
type extension_pv = [ | `Extension of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ExtensionName.t
]Source
type extension_decl_pv = [ | `ExtensionDecl of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ExtensionName.t * Odoc_model.Names.ExtensionName.t
]Source
and extension_decl =
Odoc_model.Paths.Identifier.ExtensionDecl.t_pv Odoc_model.Paths.Identifier.idSource
type exception_pv = [ | `Exception of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.ExceptionName.t
]Source
type class_type_pv = [ | `ClassType of Odoc_model.Paths.Identifier.Signature.t * Odoc_model.Names.TypeName.t
]Source
type instance_variable_pv = [ | `InstanceVariable of Odoc_model.Paths.Identifier.ClassSignature.t * Odoc_model.Names.InstanceVariableName.t
]Source
and instance_variable =
Odoc_model.Paths.Identifier.InstanceVariable.t_pv
Odoc_model.Paths.Identifier.idSource
type non_src_pv = [ | Odoc_model.Paths.Identifier.Signature.t_pv| Odoc_model.Paths.Identifier.ClassSignature.t_pv| Odoc_model.Paths.Identifier.DataType.t_pv| Odoc_model.Paths.Identifier.FieldParent.t_pv| Odoc_model.Paths.Identifier.UnboxedFieldParent.t_pv| Odoc_model.Paths.Identifier.LabelParent.t_pv| Odoc_model.Paths.Identifier.Module.t_pv| Odoc_model.Paths.Identifier.FunctorParameter.t_pv| Odoc_model.Paths.Identifier.FunctorResult.t_pv| Odoc_model.Paths.Identifier.ModuleType.t_pv| Odoc_model.Paths.Identifier.Type.t_pv| Odoc_model.Paths.Identifier.Constructor.t_pv| Odoc_model.Paths.Identifier.Field.t_pv| Odoc_model.Paths.Identifier.UnboxedField.t_pv| Odoc_model.Paths.Identifier.Extension.t_pv| Odoc_model.Paths.Identifier.ExtensionDecl.t_pv| Odoc_model.Paths.Identifier.Exception.t_pv| Odoc_model.Paths.Identifier.Value.t_pv| Odoc_model.Paths.Identifier.Class.t_pv| Odoc_model.Paths.Identifier.ClassType.t_pv| Odoc_model.Paths.Identifier.Method.t_pv| Odoc_model.Paths.Identifier.InstanceVariable.t_pv| Odoc_model.Paths.Identifier.Label.t_pv| Odoc_model.Paths.Identifier.Page.t_pv
]Source
and path_class_type =
Odoc_model.Paths.Identifier.Path.ClassType.t_pv
Odoc_model.Paths.Identifier.idSource
type reference_extension =
[ Odoc_model.Paths.Identifier.Extension.t_pv
| Odoc_model.Paths.Identifier.Exception.t_pv ]
Odoc_model.Paths.Identifier.idSource
type reference_class_type =
[ Odoc_model.Paths.Identifier.Class.t_pv
| Odoc_model.Paths.Identifier.ClassType.t_pv ]
Odoc_model.Paths.Identifier.id