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