package ecaml

  1. Overview
  2. Docs

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:Symbol.t list -> ?rest_arg:Symbol.t -> args:Symbol.t list -> 'a
val create : (Fn.t -> t) with_spec
val defun : (Symbol.t -> Fn.t -> unit) with_spec
val to_value : t -> Value.t