Odoc_document.Url
module Error : sig ... end
module Path : sig ... end
module Anchor : sig ... end
type kind = Anchor.kind
type t = Anchor.t
val from_identifier : stop_before:bool -> Odoc_model.Paths.Identifier.t -> (t, Error.t) Result.result
val kind : Odoc_model.Paths.Identifier.t -> kind
val render_path : Odoc_model.Paths.Path.t -> string