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.parser/Elpi_parser/Ast/Program/index.html

Module Ast.ProgramSource

Sourcetype decl =
  1. | Begin of Loc.t
  2. | Namespace of Loc.t * Func.t
  3. | Constraint of Loc.t * Func.t list
  4. | Shorten of Loc.t * (Func.t * Func.t) list
  5. | End of Loc.t
  6. | Accumulated of Loc.t * (Elpi_util.Util.Digest.t * decl list) list
  7. | Clause of (Term.t, raw_attribute list) Clause.t
  8. | Local of Func.t list
  9. | Mode of Func.t Mode.t list
  10. | Chr of raw_attribute list Chr.t
  11. | Macro of (Func.t, Term.t) Macro.t
  12. | Type of raw_attribute list Type.t list
  13. | Pred of raw_attribute list Type.t * Func.t Mode.t
  14. | TypeAbbreviation of Func.t TypeAbbreviation.t
  15. | Ignored of Loc.t
Sourceval mkLocal : string list -> decl
Sourcetype t = decl list
OCaml

Innovation. Community. Security.