Module Ecaml__Function

Functions that call from Emacs to OCaml.

module Fn : sig ... end
type t
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 create : (Fn.t ‑> t) with_spec
val defun : (Ecaml.Symbol.t ‑> Fn.t ‑> unit) with_spec
val to_value : t ‑> Ecaml.Value.t