ATDGenerated.InferCommandtype t = | Analyzeanalyze previously captured source files
*)| Capturecapture compilation commands and translate source files into infer's intermediate language
*)| Compileset up the infer environment then run the compilation commands without capturing the source files
*)| Debugprint information about internal structures
*)| Exploreexplore infer reports
*)| Helpdocumentation about various aspects of infer
*)| Reportpost-process infer results and reports
*)| ReportDiffcompute the difference of two infer reports
*)| Runorchestrate the capture, analysis, and reporting of a compilation command
*)Main modes of operation for infer
include Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareval of_string : string -> tval to_string : t -> stringval all_commands : t listval to_exe_name : t -> stringval of_exe_name : string -> t option