package elpi

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

Install

Dune Dependency

Authors

Maintainers

Sources

elpi-1.20.0.tbz
sha256=95cb590084203a0e5df8b7c82ed5ac05572c7a6577cd36587c97c3942c47b5c0
sha512=95c0160d237a5786daff5f4748b9c9c41dc1192fe235c6d60b79febfec56c3673815eb2d7983ea595e54927369a4d60a8a2a6008f7053bc7d7bb1871628f1697

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;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval compare_quote : quote -> quote -> Ppx_deriving_runtime.int
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.