package elpi

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-3.6.1.tbz
sha256=ce856046a3405de0a0937cc69ed564919c48890ac2539f8e35e23dec1893ebbe
sha512=6ca90a67a32094551cc324ed007b60239e2a06dfc10d8cd862a74db065492d3010b7f2d88eb45e92e368d1c7e6c573df64454d6739097e809bd470dddec51a75

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