Module Env.Working_dir_spec

type t =
| Inherit
| Path of string
| Physical of {
path : string;
fd : Shexp_process__.Import.Unix.file_descr;
}