Module Component.ElementSource
Source
type module_ = [ | `Module of Odoc_model.Paths.Identifier.Path.Module.t * Odoc_xref2.Component.Module.t Odoc_xref2.Component.Delayed.t
]Source
type module_type = [ | `ModuleType of Odoc_model.Paths.Identifier.ModuleType.t * Odoc_xref2.Component.ModuleType.t
]Source
type class_type = [ | `ClassType of Odoc_model.Paths.Identifier.ClassType.t * Odoc_xref2.Component.ClassType.t
]Source
type constructor = [ | `Constructor of Odoc_model.Paths.Identifier.Constructor.t * Odoc_xref2.Component.TypeDecl.Constructor.t
]Source
type exception_ = [ | `Exception of Odoc_model.Paths.Identifier.Exception.t * Odoc_xref2.Component.Exception.t
]Source
type extension = [ | `Extension of Odoc_model.Paths.Identifier.Extension.t * Odoc_xref2.Component.Extension.Constructor.t * Odoc_xref2.Component.Extension.t
]Source
type extension_decl = [ | `ExtensionDecl of Odoc_model.Paths.Identifier.Extension.t * Odoc_xref2.Component.Extension.Constructor.t
]Source
type unboxed_field = [ | `UnboxedField of Odoc_model.Paths.Identifier.UnboxedField.t * Odoc_xref2.Component.TypeDecl.UnboxedField.t
]Source
type label_parent = [ | Odoc_xref2.Component.Element.signature| Odoc_xref2.Component.Element.type_| Odoc_xref2.Component.Element.page
]Source
type any = [ | Odoc_xref2.Component.Element.signature| Odoc_xref2.Component.Element.value| Odoc_xref2.Component.Element.datatype| Odoc_xref2.Component.Element.label| Odoc_xref2.Component.Element.class_| Odoc_xref2.Component.Element.class_type| Odoc_xref2.Component.Element.constructor| Odoc_xref2.Component.Element.exception_| Odoc_xref2.Component.Element.extension| Odoc_xref2.Component.Element.extension_decl| Odoc_xref2.Component.Element.field| Odoc_xref2.Component.Element.unboxed_field| Odoc_xref2.Component.Element.page
]