aboutsummaryrefslogtreecommitdiffhomepage
path: root/syntax/PPTactic.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-03 18:14:02 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-03 18:14:02 +0000
commit736e19d7cb974952ac1e7b133476a15f0d2e1147 (patch)
treeb7f5eddc0c5bf43cd22410b5c71fb7f4b98dfac1 /syntax/PPTactic.v
parent5132e43e1b84360f162b27c4ff90837723907296 (diff)
Renommage tactique Let en LetTac
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@644 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'syntax/PPTactic.v')
-rw-r--r--syntax/PPTactic.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/PPTactic.v b/syntax/PPTactic.v
index e9a5f11b5..769229af2 100644
--- a/syntax/PPTactic.v
+++ b/syntax/PPTactic.v
@@ -160,7 +160,7 @@ Syntax tactic
| cut [(Cut $C)] -> ["Cut " $C]
| lettac [(LetTac $id $c (LETPATTERNS ($LIST $pl)))] ->
- ["Let" [1 1] $id ":=" $c [1 1] "in" [1 1] (LETPATTERNS ($LIST $pl))]
+ ["LetTac" [1 1] $id ":=" $c [1 1] "in" [1 1] (LETPATTERNS ($LIST $pl))]
| left [(Left $b)] -> ["Left" (WITHBINDING $b)]
| right [(Right $b)] -> [ "Right" (WITHBINDING $b)]