Module Ecaml__Ocaml_or_elisp_value_intf
Ocaml_or_elisp_value
is for calling Elisp functions, supplying either an OCaml value or an Elisp value. This is useful to precompute an Elisp value from an OCaml value, and then to pass the Elisp value rather than repeatedly converting the same OCaml value to an Elisp value. As an example, see Completing.Collection
.
module type S = sig ... end
module type Ocaml_or_elisp_value = sig ... end