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