1type t 2 3val of_int : int -> t 4val to_int : t -> int 5val of_string : string -> t 6val to_string : t -> string 7val render : t -> string