diff options
| author | Pierre-Marie Pédrot | 2021-01-10 15:51:14 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2021-01-10 15:51:14 +0100 |
| commit | ffb482f0c18bff2c65dcc9cd2b65bd20b398245d (patch) | |
| tree | 5c5678f7d9a9eee97b5a558f570448a4cbfb5b1e /doc/tools/docgram/orderedGrammar | |
| parent | 723440611965ccdecfd56e61c8f1f8618a08841d (diff) | |
| parent | 70b18cd58243c99b13eefbd9c593b0f3929c742c (diff) | |
Merge PR #13469: Use nat_or_var for fail/gfail
Ack-by: Zimmi48
Reviewed-by: ppedrot
Diffstat (limited to 'doc/tools/docgram/orderedGrammar')
| -rw-r--r-- | doc/tools/docgram/orderedGrammar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/docgram/orderedGrammar b/doc/tools/docgram/orderedGrammar index 72e101446c..b53af609ec 100644 --- a/doc/tools/docgram/orderedGrammar +++ b/doc/tools/docgram/orderedGrammar @@ -1653,7 +1653,7 @@ simple_tactic: [ | "first" "[" LIST0 ltac_expr SEP "|" "]" | "solve" "[" LIST0 ltac_expr SEP "|" "]" | "idtac" LIST0 [ ident | string | natural ] -| [ "fail" | "gfail" ] OPT int_or_var LIST0 [ ident | string | natural ] +| [ "fail" | "gfail" ] OPT nat_or_var LIST0 [ ident | string | natural ] | ltac_expr ssrintros (* SSR plugin *) | "fun" LIST1 name "=>" ltac_expr | "eval" red_expr "in" term |
