Module Url.Path

type t = {
kind : string;
parent : t option;
name : string;
}
type source = [
| Odoc_model.Paths.Identifier.Page.t
| Odoc_model.Paths.Identifier.Signature.t
| Odoc_model.Paths.Identifier.ClassSignature.t
]
val from_identifier : [< source ] -> t
val last : t -> string