package elpi

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

Install

Dune Dependency

Authors

Maintainers

Sources

elpi-2.0.7.tbz
sha256=80233ebd92babd696148ed553238961ec7b6de6bf157045aae1c7090840aeded
sha512=00c9ec01fabde9db1de4a58cb37480035e6f926d83b8360553419bcb99e9199f0720dde975f97ac9942ce528884d3d59d025cfbd471f12d57547429f15684d49

doc/elpi.runtime/Elpi_runtime/Data/Conversion/index.html

Module Data.ConversionSource

Sourcetype extra_goal = ..
Sourcetype extra_goal +=
  1. | Unify of term * term
  2. | RawGoal of term
Sourcetype extra_goals = extra_goal list
Sourcetype extra_goals_postprocessing = extra_goals -> State.t -> State.t * extra_goals
Sourceval extra_goals_postprocessing : extra_goals_postprocessing State.component
Sourcetype ty_ast =
  1. | TyName of string
  2. | TyApp of string * ty_ast * ty_ast list
Sourcetype 'a embedding = depth:int -> State.t -> 'a -> State.t * term * extra_goals
Sourcetype 'a readback = depth:int -> State.t -> term -> State.t * 'a * extra_goals
Sourcetype 'a t = {
  1. ty : ty_ast;
  2. pp_doc : Format.formatter -> unit -> unit;
  3. pp : Format.formatter -> 'a -> unit;
  4. embed : 'a embedding;
  5. readback : 'a readback;
}
Sourceexception TypeErr of ty_ast * int * term
Sourcetype prec_level =
  1. | Arrow
  2. | AppArg
Sourceval need_par : prec_level option -> prec_level -> bool
Sourceval with_par : prec_level option -> prec_level -> string -> string
Sourceval show_ty_ast : ?prec:prec_level -> ty_ast -> string
Sourceval term_of_extra_goal : extra_goal -> term
OCaml

Innovation. Community. Security.