Module Process.Output
type t={stdout : string;stderr : string;exit_status : Core.Unix.Exit_or_signal.t;}
val compare : t -> t -> intval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
module Stable : sig ... endProcess.Outputtype t = {stdout : string; |
stderr : string; |
exit_status : Core.Unix.Exit_or_signal.t; |
}val compare : t -> t -> intval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tmodule Stable : sig ... end