Module Hardcaml.Level

type t =
| High
| Low
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_int : t -> int