Client.StringBound
type t =
| NegInfinity
| PosInfinity
| Exclusive of string
| Inclusive of string
val to_string : t -> string