Module Io.TraceValueSource

Trace values

Sourcetype t =
  1. | Off
  2. | Messages
  3. | Verbose
Sourceval of_string : string -> (t, string) result
Sourceval to_string : t -> string