aboutsummaryrefslogtreecommitdiff
path: root/interp/constrexpr.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-10-13 10:55:24 +0200
committerPierre-Marie Pédrot2020-10-13 10:55:24 +0200
commit471da91fbef6656baf616b04a7f41a5440e52a52 (patch)
tree5c8b5eb96d242a8dcd05e3e3be9c123d54c92d0a /interp/constrexpr.ml
parent420368af6d3366ebb843b59c1d1d0b6e58e43dad (diff)
parenta6d52d2502c09e8acdca464faf67d3956448cbcf (diff)
Merge PR #13099: Locating pattern identifiers (?id) by default at parsing time and use location in some typing error messages
Reviewed-by: ppedrot
Diffstat (limited to 'interp/constrexpr.ml')
-rw-r--r--interp/constrexpr.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrexpr.ml b/interp/constrexpr.ml
index c98e05370e..d14d156ffc 100644
--- a/interp/constrexpr.ml
+++ b/interp/constrexpr.ml
@@ -108,7 +108,7 @@ and constr_expr_r =
* constr_expr * constr_expr
| CHole of Evar_kinds.t option * Namegen.intro_pattern_naming_expr * Genarg.raw_generic_argument option
| CPatVar of Pattern.patvar
- | CEvar of Glob_term.existential_name * (Id.t * constr_expr) list
+ | CEvar of Glob_term.existential_name CAst.t * (lident * constr_expr) list
| CSort of Glob_term.glob_sort
| CCast of constr_expr * constr_expr Glob_term.cast_type
| CNotation of notation_with_optional_scope option * notation * constr_notation_substitution