aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--parsing/g_tacticnew.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_tacticnew.ml4 b/parsing/g_tacticnew.ml4
index bba623da3..59dd34769 100644
--- a/parsing/g_tacticnew.ml4
+++ b/parsing/g_tacticnew.ml4
@@ -169,7 +169,7 @@ GEXTEND Gram
| IDENT "eval"; rtc = Tactic.red_expr; "in"; c = Constr.constr ->
ConstrEval (rtc,c)
| IDENT "check"; c = Constr.constr -> ConstrTypeOf c
- | c = Constr.lconstr -> ConstrTerm c ] ]
+ | c = Constr.constr -> ConstrTerm c ] ]
;
castedopenconstr:
[ [ c = constr -> c ] ]