Module Info.Named_value

type t = {
  1. name : string;
  2. value : raw_value;
}

A possible value for an enumerated type.

val pp : t Fmt.t