Module Threads.Format

type t =
  1. | Default
  2. | Full
  3. | Metadata
  4. | Minimal
val to_string : t -> string
val of_string : string -> t