diff options
Diffstat (limited to 'pretyping/rawterm.mli')
| -rw-r--r-- | pretyping/rawterm.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/rawterm.mli b/pretyping/rawterm.mli index 9b8ed0a01d..1bb4c13a9e 100644 --- a/pretyping/rawterm.mli +++ b/pretyping/rawterm.mli @@ -32,6 +32,7 @@ type 'ctxt reference = type rawconstr = | RRef of loc * global_reference | RVar of loc * identifier + | REvar of loc * existential_key | RMeta of loc * int | RApp of loc * rawconstr * rawconstr list | RBinder of loc * binder_kind * name * rawconstr * rawconstr |
