aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
Diffstat (limited to 'intf')
-rw-r--r--intf/constrexpr.mli2
-rw-r--r--intf/glob_term.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/intf/constrexpr.mli b/intf/constrexpr.mli
index 68a65c5c70..64bbd1e835 100644
--- a/intf/constrexpr.mli
+++ b/intf/constrexpr.mli
@@ -78,7 +78,7 @@ type constr_expr =
constr_expr * constr_expr
| CIf of Loc.t * constr_expr * (Name.t located option * constr_expr option)
* constr_expr * constr_expr
- | CHole of Loc.t * Evar_kinds.t option
+ | CHole of Loc.t * Evar_kinds.t option * Genarg.raw_generic_argument option
| CPatVar of Loc.t * (bool * patvar)
| CEvar of Loc.t * existential_key * constr_expr list option
| CSort of Loc.t * glob_sort
diff --git a/intf/glob_term.mli b/intf/glob_term.mli
index 315b11517d..1d200ca79b 100644
--- a/intf/glob_term.mli
+++ b/intf/glob_term.mli
@@ -46,7 +46,7 @@ type glob_constr =
| GRec of Loc.t * fix_kind * Id.t array * glob_decl list array *
glob_constr array * glob_constr array
| GSort of Loc.t * glob_sort
- | GHole of (Loc.t * Evar_kinds.t)
+ | GHole of (Loc.t * Evar_kinds.t * Genarg.glob_generic_argument option)
| GCast of Loc.t * glob_constr * glob_constr cast_type
and glob_decl = Name.t * binding_kind * glob_constr option * glob_constr