package redis-sync

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