Module Utils.PathComps

type t
val combine : t -> t -> t
val of_url_path : string -> t
val to_url_path : ?leading_slash:bool -> t -> string
val remake_url_path : ?leading_slash:bool -> string -> string