Module Jenga_lib.Metrics.Unit

type t =
| Byte
| Second
| Dimensionless
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val compare : t ‑> t ‑> int