sig type t = NONE | NULL | INT of int64 | FLOAT of float | TEXT of string | BLOB of string val to_string : t -> string val to_string_debug : t -> string end