Module Io.TraceValue

Trace values

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