aboutsummaryrefslogtreecommitdiff
path: root/pretyping/rawterm.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/rawterm.mli')
-rw-r--r--pretyping/rawterm.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/rawterm.mli b/pretyping/rawterm.mli
index 993b7e84a2..651530c94c 100644
--- a/pretyping/rawterm.mli
+++ b/pretyping/rawterm.mli
@@ -59,7 +59,7 @@ type hole_kind =
type rawconstr =
| RRef of (loc * global_reference)
| RVar of (loc * identifier)
- | REvar of loc * existential_key
+ | REvar of loc * existential_key * rawconstr list option
| RPatVar of loc * (bool * patvar) (* Used for patterns only *)
| RApp of loc * rawconstr * rawconstr list
| RLambda of loc * name * rawconstr * rawconstr