Functions that call from Emacs to OCaml.
module Fn : sig ... end
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
type 'a with_spec
= ?docstring:string ‑> ?interactive:string ‑> ?optional_args:Ecaml.Symbol.t list ‑> ?rest_arg:Ecaml.Symbol.t ‑> args:Ecaml.Symbol.t list ‑> 'a
val defun : (Ecaml.Symbol.t ‑> Fn.t ‑> unit) with_spec
val to_value : t ‑> Ecaml.Value.t