package ecaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

ecaml-v0.12.0.tar.gz
sha256=765b64e5767a1da79f38734b40b99c465856a236256cdd4ca706449d5fb2b05e
md5=2ddd362aec66de0a82e8aa1c05ec1fa4

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

Module Value.For_testing

exception Elisp_signal of {
  1. symbol : t;
  2. data : t;
}
val map_elisp_signal : (unit -> 'a) -> f: (symbol:t -> data:t -> reraise:(symbol:t -> data:t -> Core_kernel.Nothing.t) -> Core_kernel.Nothing.t) -> 'a

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

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

Innovation. Community. Security.