Module type Data.Enum

module type Enum = sig .. end

type t 
val values : (t * string * Markdown.text) list
include Data.Info