aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/evd.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/evd.mli')
-rw-r--r--pretyping/evd.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/pretyping/evd.mli b/pretyping/evd.mli
index 3f9eaa5fa..df362a9bf 100644
--- a/pretyping/evd.mli
+++ b/pretyping/evd.mli
@@ -64,6 +64,10 @@ val existential_type : evar_map -> existential -> types
val existential_opt_value : evar_map -> existential -> constr option
(*************************)
+(* constr with holes *)
+type open_constr = evar_map * constr
+
+(*************************)
(* The type constructor ['a sigma] adds an evar map to an object of
type ['a] *)
type 'a sigma = {