package elpi

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

Install

Dune Dependency

Authors

Maintainers

Sources

elpi-1.17.4.tbz
sha256=e968c86e4ec474b896a2099547e6fa16f4b3ed33448bb571d4b348d92c3c70fb
sha512=5ea196cca5f15eadc36d83b2c894229218b25c9267da5c02f75510a27a8d13ca6ba072c7b0ef8138ac92aa03489d1cf77d270867daa7e25597ccd79d9e6d840c

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

Module Ast.TermSource

Sourcetype t =
  1. | Const of Func.t
  2. | App of t * t list
  3. | Lam of Func.t * t
  4. | CData of Elpi_util.Util.CData.t
  5. | Quoted of quote
Sourceand quote = {
  1. data : string;
  2. loc : Loc.t;
  3. kind : string option;
}
Sourceexception NotInProlog of Loc.t * string
Sourceval mkApp : Loc.t -> t list -> t
Sourceval mkAppF : Loc.t -> Func.t -> t list -> t
Sourceval mkCon : string -> t
Sourceval mkNil : t
Sourceval mkSeq : t list -> t
Sourceval mkQuoted : Loc.t -> string -> t
Sourceval mkFreshUVar : unit -> t
Sourceval mkFreshName : unit -> t
Sourceval mkLam : string -> t -> t
OCaml

Innovation. Community. Security.