aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-10-04 20:01:35 +0000
committerGitHub2020-10-04 20:01:35 +0000
commit6d3a9220204de22e0b81dc961d2eb269128b5c2e (patch)
tree44d20f3ea71f1c65b85c564c5f3d376dc8e57191 /dev
parente596bbb66b8a0ea6fe396315972f7743f8258a97 (diff)
parent5b194f6c4f16b99fe8ebe3c8004c31c01aec0b3b (diff)
Merge PR #13096: Drop prefixes from non-terminal names, e.g. "constr:constr" -> "constr"
Reviewed-by: herbelin Ack-by: Zimmi48
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/parsing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/parsing.md b/dev/doc/parsing.md
index f8b4537e77..4982e3e94d 100644
--- a/dev/doc/parsing.md
+++ b/dev/doc/parsing.md
@@ -73,7 +73,7 @@ very specific to Coq (not so similar to Camlp5):
END
```
- Global nonterminals are declared in `pcoq.ml`, e.g. `let bignat = Entry.create "Prim.bignat"`.
+ Global nonterminals are declared in `pcoq.ml`, e.g. `let bignat = Entry.create "bignat"`.
All the `*.mlg` files include `open Pcoq` and often its modules, e.g. `open Pcoq.Prim`.
`GRAMMAR EXTEND` should be used only for large syntax additions. To add new commands