Module C_define.Value

type t =
  1. | Switch of bool
  2. | Int of int
  3. | String of string