Warning.Status
type t =
| Disabled
| Enabled
| Fatal
The status of a report.
val print : Stdlib.Format.formatter -> t -> unit
Print a status.
val to_string : t -> string
Print into a string.