aboutsummaryrefslogtreecommitdiffhomepage
path: root/syntax/PPTactic.v
diff options
context:
space:
mode:
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)]