Module Warning.Status

type t =
  1. | Disabled
  2. | Enabled
  3. | 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.