Module Ecaml__.Keymap.Entry

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

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

| Value of Ecaml.Value.t
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
include Ecaml.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_