package elpi

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-3.4.4.tbz
sha256=4af34d03205822448cbf7ae1c74c15bb62631dd19850ea9a17364a18130c79bb
sha512=2d8b3584cec046b92348bf12155d6a1e237ceb6c27c5d5e2fe2c5c3dfb532be809a1db65d0b1be96b82558044fe81fdd8b6472028b2993ba31eaf58b720811a1

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

Module Elpi_parser.AstSource

Sourcemodule Func : sig ... end
Sourcetype raw_attribute =
  1. | If of string
  2. | Name of string
  3. | After of string
  4. | Before of string
  5. | Replace of string
  6. | Remove of string
  7. | External of string option
  8. | Index of int list * string option
  9. | Functional
  10. | Untyped
  11. | NoOC
Sourcemodule TypeExpression : sig ... end
Sourcemodule Term : sig ... end
Sourcemodule Clause : sig ... end
Sourcemodule Chr : sig ... end
Sourcemodule Macro : sig ... end
Sourcemodule Type : sig ... end
Sourcemodule TypeAbbreviation : sig ... end
Sourcemodule Program : sig ... end
Sourcemodule Goal : sig ... end
Sourcemodule Structured : sig ... end