package elpi

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-3.0.1.tbz
sha256=af8074c67e94095b25556e1d1e2aaaf0d04c19f373e38919cb8f0a0d6786aae7
sha512=774612085cd3ff267bfd1aa35b7dd2629cde066f9d2393185e28f21d2c86a24c2e36ef1293dee1b2cba37636b6deb6dc6e688cebdb4e2aaff922e06de15dba0a

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.