Module Client.StringBound

type t =
  1. | NegInfinity
  2. | PosInfinity
  3. | Exclusive of string
  4. | Inclusive of string
val to_string : t -> string