package dolmen_loop

  1. Overview
  2. Docs
type t =
  1. | Disabled
  2. | Enabled
  3. | Fatal

The status of a report.

val print : Format.formatter -> t -> unit

Print a status.

val to_string : t -> string

Print into a string.