Module Zeit.Scale

type t = {
current : int;
min : int;
max : int;
}
val equal : t ‑> t ‑> Ppx_deriving_runtime.bool
val pp : Format.formatter ‑> t ‑> Ppx_deriving_runtime.unit
val show : t ‑> Ppx_deriving_runtime.string
val of_yojson : Yojson.Safe.json ‑> t Ppx_deriving_yojson_runtime.error_or