Logging.CmdResult
type t = {
callstack : Call_stack.t;
proc_body_index : int;
state : state_t option;
errors : err_t list;
branch_case : Gil_syntax.Branch_case.t option;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or