val of_string : string -> (t, string) Stdlib.resultval of_string_exn : string -> tval to_string : t -> stringval compare : t -> t -> intval equal : t -> t -> boolval pp : Stdlib.Format.formatter -> t -> unitmodule Map : Stdlib.Map.S with type key = tmodule Set : Stdlib.Set.S with type elt = t