ATDGenerated.Report_block_list_spec_jtype report_block_list_spec = Report_block_list_spec_t.report_block_list_spec = {bug_type : string;class_name : string option;procedure_name : string;file : string;comment : string option;}type report_block_list_specs = Report_block_list_spec_t.report_block_list_specsval write_report_block_list_spec :
Stdlib.Buffer.t ->
report_block_list_spec ->
unitOutput a JSON value of type report_block_list_spec.
val string_of_report_block_list_spec :
?len:int ->
report_block_list_spec ->
stringSerialize a value of type report_block_list_spec into a JSON string.
val read_report_block_list_spec :
Yojson.Safe.lexer_state ->
Stdlib.Lexing.lexbuf ->
report_block_list_specInput JSON data of type report_block_list_spec.
val report_block_list_spec_of_string : string -> report_block_list_specDeserialize JSON data of type report_block_list_spec.
val write_report_block_list_specs :
Stdlib.Buffer.t ->
report_block_list_specs ->
unitOutput a JSON value of type report_block_list_specs.
val string_of_report_block_list_specs :
?len:int ->
report_block_list_specs ->
stringSerialize a value of type report_block_list_specs into a JSON string.
val read_report_block_list_specs :
Yojson.Safe.lexer_state ->
Stdlib.Lexing.lexbuf ->
report_block_list_specsInput JSON data of type report_block_list_specs.
val report_block_list_specs_of_string : string -> report_block_list_specsDeserialize JSON data of type report_block_list_specs.