Module Hg.Output

type t = {
  1. exit_code : int;
  2. stdout : string;
  3. stderr : string;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
module Private : sig ... end