type t = private float val of_float : float -> t val to_float : t -> float val to_string : t -> string val of_string : string -> t