Output.TextSourceDisplay the results of the analysis in a textual form.
Command-line option to enable display of alarms call stacks
Command-line option to specify the number of spaces to use for printing tabs
module AlarmKindSet : sig ... endHighlight source code at a given location range
val pp_diagnostic :
string option ->
int ->
'a Core.All.diagnostic_ ->
Core.All.CallstackSet.t ->
Core.All.alarm_kind list ->
unitval incr_check_diag :
int ->
Core.All.CheckMap.key ->
Core.All.diagnostic_kind ->
(int * int * int) Core.All.CheckMap.t ->
(int * int * int) Core.All.CheckMap.tval construct_checks_summary :
?print:bool ->
Core.All.report ->
string option ->
int * int * int * int * (int * int * int) Core.All.CheckMap.tval print_checks_summary :
(int * int * int) Core.All.CheckMap.t ->
int ->
int ->
int ->
int ->
string option ->
unitval report :
('a, 'b) Core.All.man ->
'a Core.All.Flow.flow ->
time:float ->
files:'c ->
out:string option ->
unitval group_args_by_category :
Mopsa_utils.ArgExt.arg list ->
(string * Mopsa_utils.ArgExt.arg list) list