package ecaml

  1. Overview
  2. Docs
Library for writing Emacs plugin in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ecaml-v0.16.0.tar.gz
sha256=d9c6f98e7b0906a7e3d332d1a30fe950b59586b860e4f051348ea854c3ae3434

doc/ecaml.ecaml_value/Ecaml_value/Value/For_testing/index.html

Module Value.For_testingSource

Sourceval all_interned_symbols : unit -> string list
Sourceexception Elisp_signal of {
  1. symbol : t;
  2. data : t;
}
Sourceexception Elisp_throw of {
  1. tag : t;
  2. value : t;
}
Sourceval map_elisp_signal : (unit -> 'a) -> f: (symbol:t -> data:t -> reraise:(symbol:t -> data:t -> Core.Nothing.t) -> Core.Nothing.t) -> 'a

Used to edit non-deterministic stuff out of Elisp signals.

Sourceval map_elisp_signal_omit_data : (unit -> 'a) -> 'a
OCaml

Innovation. Community. Security.