Module Drafts.Format

type t =
| Default
| Full
| Metadata
| Minimal
| Raw
val to_string : t -> string
val of_string : string -> t