Module C_define.Value

type t =
| Switch of bool
| Int of int
| String of string