State_machine.Encoding
type t =
| Binary
| Gray
| Onehot
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> Base.string