diff options
| author | Jim Fehrle | 2020-09-06 19:09:05 -0700 |
|---|---|---|
| committer | Jim Fehrle | 2020-11-09 15:59:54 -0800 |
| commit | a9658f29280dd7c00f5b50942da5f8225f28c754 (patch) | |
| tree | 059831be2adcc8485e535fbac465ab3667e5b237 /doc/tools/docgram/orderedGrammar | |
| parent | e38d3bac150b709ffbbe6115723ce97177ace638 (diff) | |
Add global version of OPTINREF
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 75c0ca1453..94a6fa730b 100644 --- a/doc/tools/docgram/orderedGrammar +++ b/doc/tools/docgram/orderedGrammar @@ -1837,7 +1837,7 @@ q_rewriting: [ ] ltac2_oriented_rewriter: [ -| [ "->" | "<-" ] ltac2_rewriter (* Ltac2 plugin *) +| OPT [ "->" | "<-" ] ltac2_rewriter (* Ltac2 plugin *) ] ltac2_rewriter: [ |
