package elpi

  1. Overview
  2. Docs
ELPI - Embeddable λProlog Interpreter

Install

Dune Dependency

Authors

Maintainers

Sources

elpi-1.16.10.tbz
sha256=c64313f5cd5e5f1697ce73be4268f03e0038dee4bed6a880c311b80031efe4ec
sha512=908978042c6440bdf1615e8762de625ced8f812627ba10f566cdd3d031971e6195156e69eeafcbc6ab5e1d9338bf546ae4a67abd69b7fcd98d04857dd32b2696

doc/elpi.util/Elpi_util/Util/Fork/index.html

Module Util.ForkSource

Sourcetype 'a local_ref = 'a ref
Sourceval new_local : 'a -> 'a local_ref
Sourcetype process = {
  1. exec : 'a 'b. ('a -> 'b) -> 'a -> 'b;
  2. get : 'a. 'a local_ref -> 'a;
  3. set : 'a. 'a local_ref -> 'a -> unit;
}
Sourceval fork : unit -> process
OCaml

Innovation. Community. Security.