package elpi

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-3.4.2.tbz
sha256=c3b1a329866b56b7decc937434b9b3a559ba0851952b15eccc70031460b0e5c7
sha512=ce00b18f224896246b22ed34c7b8b5bec304fef726e9ba3a5c82a1a40c09a38d1600ab3b0f9ca567ff471803ea57a9de00a40d22b5828d25d930ed8ff29a7fd9

doc/elpi.parser/Elpi_parser/Ast/Clause/index.html

Module Ast.ClauseSource

Sourcetype ('term, 'attributes, 'spill, 'deterministic) t = {
  1. loc : Loc.t;
  2. attributes : 'attributes;
  3. body : 'term;
  4. needs_spilling : 'spill;
}
Sourceval compare : ('term -> 'term -> Ppx_deriving_runtime.int) -> ('attributes -> 'attributes -> Ppx_deriving_runtime.int) -> ('spill -> 'spill -> Ppx_deriving_runtime.int) -> ('deterministic -> 'deterministic -> Ppx_deriving_runtime.int) -> ('term, 'attributes, 'spill, 'deterministic) t -> ('term, 'attributes, 'spill, 'deterministic) t -> Ppx_deriving_runtime.int