diff options
| author | Pierre-Marie Pédrot | 2020-11-02 13:45:08 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-11-04 17:53:02 +0100 |
| commit | 1b0e754ccf22cc1a7ae50a7b1d8350197ec2981b (patch) | |
| tree | 5acc63968c526ec7b4825c342f434acc0e5c01d9 /doc/tools/docgram/orderedGrammar | |
| parent | 2559f0474c8cd66b5020524d1e758ea7a19bc8fb (diff) | |
Regenerate the grammar description file.
Diffstat (limited to 'doc/tools/docgram/orderedGrammar')
| -rw-r--r-- | doc/tools/docgram/orderedGrammar | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tools/docgram/orderedGrammar b/doc/tools/docgram/orderedGrammar index 12a7bc684d..7d773e3a5b 100644 --- a/doc/tools/docgram/orderedGrammar +++ b/doc/tools/docgram/orderedGrammar @@ -1640,6 +1640,7 @@ simple_tactic: [ | "ring" OPT ( "[" LIST1 one_term "]" ) | "ring_simplify" OPT ( "[" LIST1 one_term "]" ) LIST1 one_term OPT ( "in" ident ) | "match" ltac2_expr5 "with" OPT ltac2_branches "end" +| "if" ltac2_expr5 "then" ltac2_expr5 "else" ltac2_expr5 | qualid LIST1 tactic_arg ] |
