aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/interface/vtp.ml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/interface/vtp.ml')
-rw-r--r--contrib/interface/vtp.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/interface/vtp.ml b/contrib/interface/vtp.ml
index df83a0499..677f7edc9 100644
--- a/contrib/interface/vtp.ml
+++ b/contrib/interface/vtp.ml
@@ -795,7 +795,7 @@ and fIN_OR_OUT_MODULES = function
and fLET_CLAUSE = function
| CT_let_clause(x1, x2, x3) ->
fID x1;
- fDEF_BODY_OPT x2;
+ fTACTIC_OPT x2;
fLET_VALUE x3;
fNODE "let_clause" 3
and fLET_CLAUSES = function
@@ -1243,7 +1243,7 @@ and fTACTIC_COM = function
(List.iter fCONTEXT_RULE l);
fNODE "match_context_reverse" (1 + (List.length l))
| CT_match_tac(x1, x2) ->
- fLET_VALUE x1;
+ fTACTIC_COM x1;
fMATCH_TAC_RULES x2;
fNODE "match_tac" 2
| CT_move_after(x1, x2) ->