aboutsummaryrefslogtreecommitdiffhomepage
path: root/syntax
diff options
context:
space:
mode:
authorGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-10-23 22:40:38 +0000
committerGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-10-23 22:40:38 +0000
commit69bf012d0d2a71ed19fc89b31073747f85f9a11d (patch)
tree277a73b0eff5e138208150b3301daf786575a1fa /syntax
parent174efedc2ee4fce87d94f276a591c2cb9993b2b3 (diff)
Modifs Tacinterp + debugger de tactiques + syntaxe de R + DiscrR
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2136 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'syntax')
-rw-r--r--syntax/PPTactic.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/syntax/PPTactic.v b/syntax/PPTactic.v
index f4718f2f2..a72a70ee5 100644
--- a/syntax/PPTactic.v
+++ b/syntax/PPTactic.v
@@ -418,6 +418,9 @@ Syntax tactic
[ $x ","[1 0] (LISTCOMA ($LIST $l)) ]
| listcoma_one [<<(LISTCOMA $x)>>] -> [ $x ]
| listcoma_nil [<<(LISTCOMA )>>] -> [ ]
+
+ (* Only when debugging *)
+ | prim_tactic [<<(PRIMTACTIC $tac)>>] -> [ $tac ]
;
level 8: