Url.Anchortype kind = [ | Path.kind |
| `Section |
| `Type |
| `Extension |
| `ExtensionDecl |
| `Exception |
| `Method |
| `Val |
| `Constructor |
| `Field |
]val pp_kind : Stdlib.Format.formatter -> kind -> unitval string_of_kind : kind -> stringval from_identifier :
Odoc_model.Paths.Identifier.t ->
( t, Error.t ) Result.resultval polymorphic_variant :
type_ident:Odoc_model.Paths.Identifier.t ->
Odoc_model.Lang.TypeExpr.Polymorphic_variant.element ->
tval extension_decl : Odoc_model.Lang.Extension.t -> tAnchor for the extension declaration item itself, which doesn't have an identifier in the model.