diff options
| author | Pierre-Marie Pédrot | 2021-01-18 13:02:37 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2021-01-18 13:02:37 +0100 |
| commit | 5b08cdcd4bde7fdcd21f7a0f0912f0021847294b (patch) | |
| tree | f5358388ee4eee0a7b49f9b0de505940cdc33f46 /doc/tools/docgram/fullGrammar | |
| parent | 3efb7a44dee255cd8f6cbd8c80e3c48c601104ed (diff) | |
| parent | 2a5e88b967f648887219e80aaf694395f1f15c1c (diff) | |
Merge PR #13574: Simplistic patch to fix #10113: turn Ltac2's `pattern:` into `pat:`
Ack-by: Zimmi48
Reviewed-by: jfehrle
Reviewed-by: ppedrot
Diffstat (limited to 'doc/tools/docgram/fullGrammar')
| -rw-r--r-- | doc/tools/docgram/fullGrammar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/docgram/fullGrammar b/doc/tools/docgram/fullGrammar index 9f2559ffbc..ec23ffe83e 100644 --- a/doc/tools/docgram/fullGrammar +++ b/doc/tools/docgram/fullGrammar @@ -3370,7 +3370,7 @@ G_LTAC2_tactic_atom: [ | "constr" ":" "(" Constr.lconstr ")" (* Ltac2 plugin *) | "open_constr" ":" "(" Constr.lconstr ")" (* Ltac2 plugin *) | "ident" ":" "(" lident ")" (* Ltac2 plugin *) -| "pattern" ":" "(" Constr.cpattern ")" (* Ltac2 plugin *) +| "pat" ":" "(" Constr.cpattern ")" (* Ltac2 plugin *) | "reference" ":" "(" globref ")" (* Ltac2 plugin *) | "ltac1" ":" "(" ltac1_expr_in_env ")" (* Ltac2 plugin *) | "ltac1val" ":" "(" ltac1_expr_in_env ")" (* Ltac2 plugin *) |
