Module State_machine.Encoding

type t =
| Binary
| Gray
| Onehot
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string : t -> Hardcaml__.Import.string