Module type Interface_intf.Enum
An enumerated type (generally a variant type with no arguments) which should derive compare, enumerate, sexp_of, variants
.
val compare : t -> t -> Hardcaml__.Import.int
val all : t Hardcaml__.Import.list
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
module Variants : sig ... end