aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_proofs.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_proofs.ml4 b/parsing/g_proofs.ml4
index f3ef4dc76c..11d70529d7 100644
--- a/parsing/g_proofs.ml4
+++ b/parsing/g_proofs.ml4
@@ -38,7 +38,7 @@ GEXTEND Gram
[ [ IDENT "Goal"; c = Constr.constr -> VernacGoal c
(*VernacGoal c*)
(* | IDENT "Goal" -> VernacGoal None*)
- | "Proof" -> VernacNop
+ | "Proof" -> VernacProof Tacexpr.TacId
| "Proof"; "with"; ta = tactic -> VernacProof ta
(* Used ??
| IDENT "Begin" -> VernacNop