package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Absent
  2. | Command of Command.t
  3. | Keyboard_macro of Key_sequence.t
  4. | Keymap of keymap
  5. | Symbol of Symbol.t
  6. | Undefined
    (*

    (describe-function 'undefined)

    *)
  7. | Value of Value.t
include sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t