Up
Module
Process_info
Signature
type
t = {
pid
:
Core_kernel.Std.Pid.t
;
stdin
:
File_descr.t
;
stdout
:
File_descr.t
;
stderr
:
File_descr.t
;
}
val
t_of_sexp :
Sexplib.Sexp.t
->
t
val
sexp_of_t :
t
->
Sexplib.Sexp.t