type t = | Null | Error of string | Content of string | Integer of int | Float of float val to_string : t -> string