Ecaml_valuemodule Caml_embed : sig ... endmodule Ecaml_callback : sig ... endThis module is used to enforce the expected types of registered callbacks.
module Feature : sig ... endmodule Form : sig ... endAn Emacs "form", which is a Lisp object that is intended to be evaluated. (Info-goto-node "(elisp)Forms").
module Funcall : sig ... endA typeful interface for calling Elisp, as external does for C.
module Function : sig ... endLower-level interface for functions that call from Emacs to OCaml.
module Symbol : sig ... endmodule Value : sig ... endmodule Valueable : sig ... endval messagef : ('a, unit, string, unit) Core.format4 -> 'aval message_s : Core.Sexp.t -> unit