package virtfs

  1. Overview
  2. Docs

Module Path.Infix

val (++) : t -> string list -> t

p ++ xs is an infix version of append.

val (/) : t -> string -> t

p / s adds s at the end of p.

val (~/) : string list -> t

~/["foo"; "bar"] is rel ["foo"; "bar"]. See rel.

val (^/) : string list -> t

^/["foo"; "bar"] is abs ["foo"; "bar"]. See abs.