Sourcetype t = | Integer of string| LongInteger of string| FloatNumber of string| ImagNumber of string| String of string| CatString of string| None_| True| False
Sourceval to_simple_string : t -> string Sourceval to_short_string : ?ignore_identifiers_flag:bool -> t -> string Sourceval to_tag : t -> string * (string * string) list