Module Odoc_html__.Url
type t={page : string list;Foo.Bar.lolbecomes["lol"; "Bar"; "Foo"].anchor : string;Anchor in
pagewhere the element is attachedkind : string;What kind of element the path points to. e.g. "module", "module-type", "exception", ...
}A low level representation of ocaml paths.
val to_string : t -> string
module Error : sig ... endval from_identifier : stop_before:bool -> Odoc_model.Paths.Identifier.t -> (t, Error.t) Result.resultval anchor_of_id_exn : Odoc_model.Paths.Identifier.t -> stringval kind_of_id_exn : Odoc_model.Paths.Identifier.t -> stringval render_path : Odoc_model.Paths.Path.t -> string
module Anchor : sig ... end