package redis-sync

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