aboutsummaryrefslogtreecommitdiff
path: root/kernel/term.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/term.mli')
-rw-r--r--kernel/term.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index b2ca8658ea..b04248a040 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -157,6 +157,9 @@ val mkAppList : constr -> constr list -> constr
(* The array of terms correspond to the variables introduced in the section *)
val mkConst : section_path -> constr array -> constr
+(* Constructs an existential variable *)
+val mkEvar : int -> constr array -> constr
+
(* Constructs an abstract object *)
val mkAbst : section_path -> constr array -> constr