Module Odoc_document.Url

val functor_arg_pos : Odoc_model.Paths.Identifier.FunctorParameter.t -> int
module Error : sig ... end
module Path : sig ... end
module Anchor : sig ... end
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 from_identifier_exn : stop_before:bool -> Odoc_model.Paths.Identifier.t -> t
val kind : Odoc_model.Paths.Identifier.t -> string
val render_path : Odoc_model.Paths.Path.t -> string
val page : t -> Path.t