Module 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_path : Path.t -> t
val from_identifier : stop_before:bool -> Odoc_model.Paths.Identifier.t -> (tError.t) Result.result
val render_path : Odoc_model.Paths.Path.t -> string