Module Exec_map.Packaged
type id = Logging.Report_id.tval id_to_yojson : id -> Yojson.Safe.tval id_of_yojson : Yojson.Safe.t -> id Ppx_deriving_yojson_runtime.error_orval branch_case_to_yojson : branch_case -> Yojson.Safe.tval branch_case_of_yojson :
Yojson.Safe.t ->
branch_case Ppx_deriving_yojson_runtime.error_ortype cmd_data = {id : Logging.Report_id.t;all_ids : Logging.Report_id.t list;display : string;matches : Match_map.matching list;errors : string list;submap : id Debugger.Utils.Exec_map.submap;
}val cmd_data_to_yojson : cmd_data -> Yojson.Safe.tval cmd_data_of_yojson :
Yojson.Safe.t ->
cmd_data Ppx_deriving_yojson_runtime.error_orval branch_data_to_yojson : branch_data -> Yojson.Safe.tval branch_data_of_yojson :
Yojson.Safe.t ->
branch_data Ppx_deriving_yojson_runtime.error_ortype nonrec node =
(Logging.Report_id.t, branch_case, cmd_data, branch_data)
Debugger.Utils.Exec_map.nodeval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval package_gil_case : Gil_syntax.Branch_case.t -> branch_case * branch_dataConverts a GIL branch case to a packaged branch case
val package :
('i -> Logging.Report_id.t) ->
(('i, 'c, 'd, 'bd) Debugger.Utils.Exec_map.node ->
(Logging.Report_id.t, branch_case, cmd_data, branch_data)
Debugger.Utils.Exec_map.node) ->
('i, 'c, 'd, 'bd) Debugger.Utils.Exec_map.map ->
tConverts an Exec_map to a packaged Exec_map