package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Caml_embed : sig ... end
module Ecaml_callback : sig ... end

This module is used to enforce the expected types of registered callbacks.

module Feature : sig ... end
module Form : sig ... end

An Emacs "form", which is a Lisp object that is intended to be evaluated. (Info-goto-node "(elisp)Forms").

module Function : sig ... end

Lower-level interface for functions that call from Emacs to OCaml.

module Generated_bindings : sig ... end
module Symbol : sig ... end
module Value : sig ... end
module Valueable : sig ... end
val initialize : unit -> unit