type t = {
page : Path.t; | |
anchor : string; | Anchor in |
kind : string; | What kind of element the path points to. e.g. "module", "module-type", "exception", ... |
}
val from_identifier : Odoc_model.Paths.Identifier.t -> (t, Error.t) Result.result
val polymorphic_variant : type_ident:Odoc_model.Paths.Identifier.t -> Odoc_model.Lang.TypeExpr.Polymorphic_variant.element -> t