Logging.ConfigReport
type t = {
proc_line : int;
time : float;
cmd : int Gillian.Gil_syntax.Cmd.t;
callstack : Call_stack.t;
annot : annot;
branching : int;
state : state_t;
branch_case : Gillian.Gil_syntax.Branch_case.t option;
proc_name : string;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or