scale.ml
zeit
1 2 3 4 5 type t = { current : int ; min : int ; max : int } [@@deriving eq, show, of_yojson]
1 2 3 4 5
type t = { current : int ; min : int ; max : int } [@@deriving eq, show, of_yojson]