Module Shexp_process__Process.Context.Working_dir

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