Module Ecaml_value.Funcall

A typeful interface for calling Elisp, as external does for C.

type 'a t
module Wrap : sig ... end

Wrap wraps an Elisp function as an OCaml function. Idiomatic use looks like:

module Private : sig ... end