package ecaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

ecaml-v0.14.0.tar.gz
sha256=ca97b30782e1b9fc42ccd54ba6afd60a7eb1087b56f3e21076ae33abfa638dfa
md5=ecae1a972130cd93c64eecc1ed71cad1

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

Module Value.For_testing

val all_interned_symbols : unit -> string list
exception Elisp_signal of {
  1. symbol : t;
  2. data : t;
}
exception Elisp_throw of {
  1. tag : t;
  2. value : 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.