aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-01 02:12:44 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-01 02:12:44 +0200
commit79792b84e7d2dfe49bf6b9d33b9f19feb90bc002 (patch)
treeb24c4bede51f8770db60d4c2ed781463e91439b6 /dev
parente3210e41313863213b3bfd547b9b5504a69d29e4 (diff)
parent1b3c25792c0598ae0cc44e9db1e7bde3f5789638 (diff)
Merge PR #7410: Splitting primitive numeral parser/printer for positive, N, Z into three files
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index cbb95625f..e6d741159 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -82,6 +82,12 @@ Vernacular commands
`tactics/`. In all cases adapting is a matter of changing the module
name.
+Primitive number parsers
+
+- For better modularity, the primitive parsers for positive, N and Z
+ have been split over three files (plugins/syntax/positive_syntax.ml,
+ plugins/syntax/n_syntax.ml, plugins/syntax/z_syntax.ml).
+
### Unit testing
The test suite now allows writing unit tests against OCaml code in the Coq