type t =| StringAny atom.
| BoolOne of
true,false,True, orFalse.| CharA single-character atom.
| FloatAn atom which parses as a
float.| Int| This of {ignore_capitalization : bool;string : string;}Exactly that string, possibly modulo case in the first character.