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