package elpi

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-3.4.0.tbz
sha256=9955d95d69b1ffb6770daad42f2b15d44a8888843817dff272d44ef8a3480b5a
sha512=408bfb46efeba45d0c5e36e8478d9e9b2f01f38de88c10621deeedc69e4c2b007d859fec520ef5652ab33bf00106edbda421f16503eeff397ceb57a61e01fce2

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
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