stdune
Path.Outside_build_dir
stdune.filesystem_stubs
type t =
| External of External.t
| In_source_dir of Source.t
val hash : t -> int
val equal : t -> t -> bool
val to_dyn : t -> Dyn.t
val of_string : string -> t
val to_string : t -> string
val to_string_maybe_quoted : t -> string
val parent : t -> t option
module Table : Hashtbl.S with type key = t