aboutsummaryrefslogtreecommitdiff
path: root/doc/tools/docgram/orderedGrammar
diff options
context:
space:
mode:
authorMichael Soegtrop2020-11-04 21:15:26 +0100
committerMichael Soegtrop2020-11-04 21:15:26 +0100
commitb65e9e9b993930dc5e653a9a1210edcaadbd1537 (patch)
tree5acc63968c526ec7b4825c342f434acc0e5c01d9 /doc/tools/docgram/orderedGrammar
parent7f90e6e0aa8dd27c64bac0dbc4b247ebb33d4aca (diff)
parent1b0e754ccf22cc1a7ae50a7b1d8350197ec2981b (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/orderedGrammar1
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
]