package elpi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type run = term list -> term
type eval = {
  1. code : run;
  2. ty_decl : string;
}
type descriptor = (Elpi_util.Util.constant * eval) list
val new_descriptor : unit -> descriptor Stdlib.ref
OCaml

Innovation. Community. Security.