Module Input_event.Command_or_key

type t =
| Command of Ecaml__.Import.Command.t
| Key of Ecaml__.Input_event0.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t