diff options
| author | Jim Fehrle | 2020-11-13 17:38:12 -0800 |
|---|---|---|
| committer | Jim Fehrle | 2020-11-14 13:31:53 -0800 |
| commit | 5c51dc73c236e167a2aaf34d271f737b72d84210 (patch) | |
| tree | d02dd68741631afb99319968e255717984042027 /doc/tools/docgram/common.edit_mlg | |
| parent | 9a93f5836a5f7bab81384314ac11ff0aac7d1b7f (diff) | |
Distinguish one_pattern and one_term nonterminals
Diffstat (limited to 'doc/tools/docgram/common.edit_mlg')
| -rw-r--r-- | doc/tools/docgram/common.edit_mlg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/docgram/common.edit_mlg b/doc/tools/docgram/common.edit_mlg index 4ad32e15eb..b6bd0f19de 100644 --- a/doc/tools/docgram/common.edit_mlg +++ b/doc/tools/docgram/common.edit_mlg @@ -2478,7 +2478,6 @@ SPLICE: [ | binders | casted_constr | check_module_types -| constr_pattern | decl_sep | function_fix_definition (* loses funind annotation *) | glob @@ -2652,6 +2651,7 @@ RENAME: [ | ssrfwd ssrdefbody | ssrclauses ssr_in | ssrcpat ssrblockpat +| constr_pattern one_pattern ] simple_tactic: [ |
