Module Keymap.Entry
type t
=
|
Absent
|
Command of Ecaml__.Import.Command.t
|
Keyboard_macro of Key_sequence.t
|
Keymap of keymap
|
Symbol of Symbol.t
|
Undefined
(describe-function 'undefined)
|
Value of Ecaml__.Import.Value.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Ecaml__.Import.Valueable.S with type t := t
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val type_ : t type_
val t : t type_