Report.Tval list : unit -> t listList all reports.
val find_mnemonic : string -> t optionFind the warning/error/group associated to a mnemonic.
val name : [< t ] -> stringName of a report.
val mnemonic : [< t ] -> stringmnemonic of a report.
val kind : [< t ] -> stringkind of a report.
val category : [< t ] -> stringcategory of a report.
val doc : [< t ] -> Stdlib.Format.formatter -> unitdocumentation for a report.