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 ‑> Base.Sexp.t
include Valueable.S with type t := t
type t
type 'a type_
val of_value_exn : Ecaml__.Value0.t ‑> t
val to_value : t ‑> Ecaml__.Value0.t
val type_ : t type_