aboutsummaryrefslogtreecommitdiff
path: root/tactics/Refine.v
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/Refine.v')
-rw-r--r--tactics/Refine.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/Refine.v b/tactics/Refine.v
index c230e07ec3..4f0bcbc456 100644
--- a/tactics/Refine.v
+++ b/tactics/Refine.v
@@ -4,7 +4,7 @@
Declare ML Module "refine".
Grammar tactic simple_tactic :=
- tcc [ "Refine" constrarg($c) ] -> [(Tcc $c)].
+ tcc [ "Refine" castedopenconstrarg($c) ] -> [(Tcc $c)].
Syntax tactic level 0:
tcc [(Tcc $C)] -> ["Refine " $C].