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/Private/index.html

Module Value.PrivateSource

Sourceval ecaml_profile_print_length : int option Core.ref
Sourceval ecaml_profile_print_level : int option Core.ref
Sourcemodule Block_on_async : sig ... end

These functions are defined in Async_ecaml. This module exists to avoid dependency cycles.

Sourcemodule Run_outside_async : sig ... end
Sourceval block_on_async : Core.Source_code_position.t -> ?context:Core.Sexp.t Core.Lazy.t -> (unit -> 'a Async_kernel.Deferred.t) -> 'a
Sourceval enqueue_foreground_block_on_async : Core.Source_code_position.t -> ?context:Core.Sexp.t Core.Lazy.t -> ?raise_exceptions_to_monitor:Async_kernel.Monitor.t -> (unit -> unit Async_kernel.Deferred.t) -> unit
Sourceval run_outside_async : Core.Source_code_position.t -> ?allowed_in_background:bool -> (unit -> 'a) -> 'a Async_kernel.Deferred.t
Sourceval message_zero_alloc : t -> unit
Sourceval message_t : t -> unit

message_t t is equivalent to the elisp expression (message "%s" t).

OCaml

Innovation. Community. Security.