Module Path.Outside_build_dirSource

Sourcetype t =
  1. | External of External.t
  2. | In_source_dir of Source.t
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
Sourceval to_dyn : t -> Dyn.t
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval to_string_maybe_quoted : t -> string
Sourceval parent : t -> t option
Sourcemodule Table : Hashtbl.S with type key = t