elpi.runtime
Data.CalcHooks
elpi
elpi.compiler
elpi.lexer_config
elpi.parser
elpi.trace
elpi.util
trace_ppx
trace_ppx_runtime
type run = term list -> term
type eval = {
code : run;
ty_decl : string;
}
type descriptor = (Elpi_util.Util.constant * eval) list
val new_descriptor : unit -> descriptor ref
val eval : run Elpi_util.Util.Constants.Map.t State.component