diff options
| author | Michael Soegtrop | 2020-11-04 21:15:26 +0100 |
|---|---|---|
| committer | Michael Soegtrop | 2020-11-04 21:15:26 +0100 |
| commit | b65e9e9b993930dc5e653a9a1210edcaadbd1537 (patch) | |
| tree | 5acc63968c526ec7b4825c342f434acc0e5c01d9 /doc/tools/docgram/orderedGrammar | |
| parent | 7f90e6e0aa8dd27c64bac0dbc4b247ebb33d4aca (diff) | |
| parent | 1b0e754ccf22cc1a7ae50a7b1d8350197ec2981b (diff) | |
Merge PR #13232: Adding an if-then-else syntax to Ltac2.
Reviewed-by: MSoegtropIMC
Ack-by: Zimmi48
Reviewed-by: jfehrle
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 ] |
