package elpi

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-2.0.6.tbz
sha256=b515185d0674557ae3219059d6c91dce2794b30c38ad23447b98a4fa22a99375
sha512=48490035f8dc103de9c0f2bf4e3a3ea6db2bda8670efe87bc2402a3b47e5c510452a5ae406be65a83fe16dd410c374894142bbee477681e50fc0dde4b8153d3c

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

Module Ast.ChrSource

Sourcetype 'term sequent = {
  1. eigen : 'term;
  2. context : 'term;
  3. conclusion : 'term;
}
Sourceand ('attribute, 'term) t = {
  1. to_match : 'term sequent list;
  2. to_remove : 'term sequent list;
  3. guard : 'term option;
  4. new_goal : 'term sequent option;
  5. attributes : 'attribute;
  6. loc : Loc.t;
}
Sourceval compare_sequent : ('term -> 'term -> Ppx_deriving_runtime.int) -> 'term sequent -> 'term sequent -> Ppx_deriving_runtime.int
Sourceval compare : ('attribute -> 'attribute -> Ppx_deriving_runtime.int) -> ('term -> 'term -> Ppx_deriving_runtime.int) -> ('attribute, 'term) t -> ('attribute, 'term) t -> Ppx_deriving_runtime.int
OCaml

Innovation. Community. Security.