type t
=
| Absent | |
| Command of Ecaml.Command.t | |
| Keyboard_macro of Ecaml.Key_sequence.t | |
| Keymap of keymap | |
| Symbol of Ecaml.Symbol.t | |
| 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
val of_value_exn : Ecaml__.Value0.t ‑> t
val to_value : t ‑> Ecaml__.Value0.t