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/fullGrammar | |
| parent | 7b946aa196490be8790cd5b46d0860b3bf6e33e1 (diff) | |
Use nat_or_var for fail/gfail
Diffstat (limited to 'doc/tools/docgram/fullGrammar')
| -rw-r--r-- | doc/tools/docgram/fullGrammar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/docgram/fullGrammar b/doc/tools/docgram/fullGrammar index ccf38d2c15..9f2559ffbc 100644 --- a/doc/tools/docgram/fullGrammar +++ b/doc/tools/docgram/fullGrammar @@ -2095,7 +2095,7 @@ ltac_expr1: [ | "first" "[" LIST0 ltac_expr5 SEP "|" "]" | "solve" "[" LIST0 ltac_expr5 SEP "|" "]" | "idtac" LIST0 message_token -| failkw [ int_or_var | ] LIST0 message_token +| failkw [ nat_or_var | ] LIST0 message_token | simple_tactic | tactic_value | reference LIST0 tactic_arg |
