Module Ecaml.Keymap.Entry

type t =
| Absent
| Command of Command.t
| Keyboard_macro of Key_sequence.t
| Keymap of keymap
| Symbol of Symbol.t
| Undefined

(** (describe-function 'undefined) *)

| Value of Value.t
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t