package ecaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=87e76473915e12d718096100a5c4d15d98aba6f99ecbf21814b7389e8c28bb25

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.