ATDGenerated.Runstate_jtype command = Runstate_t.commandtype run_info = Runstate_t.run_info = {date : string;command : command;infer_version : infer_version;}val write_infer_version : Stdlib.Buffer.t -> infer_version -> unitOutput a JSON value of type infer_version.
val string_of_infer_version : ?len:int -> infer_version -> stringSerialize a value of type infer_version into a JSON string.
val read_infer_version :
Yojson.Safe.lexer_state ->
Stdlib.Lexing.lexbuf ->
infer_versionInput JSON data of type infer_version.
val infer_version_of_string : string -> infer_versionDeserialize JSON data of type infer_version.
val string_of_command : ?len:int -> command -> stringSerialize a value of type command into a JSON string.
val read_command : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> commandInput JSON data of type command.
val string_of_run_info : ?len:int -> run_info -> stringSerialize a value of type run_info into a JSON string.