diff options
| author | Jim Fehrle | 2020-11-24 15:09:28 -0800 |
|---|---|---|
| committer | Jim Fehrle | 2021-01-07 13:50:58 -0800 |
| commit | 70b18cd58243c99b13eefbd9c593b0f3929c742c (patch) | |
| tree | ecef0a61d175c31a7852034d0fa727cc6891e9f0 /doc/tools/docgram/common.edit_mlg | |
| parent | 7b946aa196490be8790cd5b46d0860b3bf6e33e1 (diff) | |
Use nat_or_var for fail/gfail
Diffstat (limited to 'doc/tools/docgram/common.edit_mlg')
| -rw-r--r-- | doc/tools/docgram/common.edit_mlg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tools/docgram/common.edit_mlg b/doc/tools/docgram/common.edit_mlg index f267cdb697..44bb767011 100644 --- a/doc/tools/docgram/common.edit_mlg +++ b/doc/tools/docgram/common.edit_mlg @@ -864,8 +864,8 @@ ltac_expr1: [ | EDIT match_key ADD_OPT "reverse" "goal" "with" match_context_list "end" | MOVETO simple_tactic match_key OPT "reverse" "goal" "with" match_context_list "end" | MOVETO simple_tactic match_key ltac_expr5 "with" match_list "end" -| REPLACE failkw [ int_or_var | ] LIST0 message_token -| WITH failkw OPT int_or_var LIST0 message_token +| REPLACE failkw [ nat_or_var | ] LIST0 message_token +| WITH failkw OPT nat_or_var LIST0 message_token | REPLACE reference LIST0 tactic_arg | WITH reference LIST1 tactic_arg | l1_tactic |
