diff options
| author | coqbot-app[bot] | 2020-08-28 16:49:45 +0000 |
|---|---|---|
| committer | GitHub | 2020-08-28 16:49:45 +0000 |
| commit | 165aca860f9caa842d47b728584b6ea29f6f6809 (patch) | |
| tree | 410901071b95ec86c002d025b22279c83a0f37d6 /doc | |
| parent | bbe60065397e61162bc43b40aa1d58201b639b88 (diff) | |
| parent | 21dd85bf7aa8c16e15735f5946650a200c9566f5 (diff) | |
Merge PR #11742: [numeral] [plugins] Remove Coq's `Bigint` module in favor of ZArith.
Reviewed-by: SkySkimmer
Reviewed-by: Zimmi48
Reviewed-by: liyishuai
Ack-by: MSoegtropIMC
Ack-by: ejgallego
Ack-by: maximedenes
Ack-by: proux01
Ack-by: vbgl
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst b/doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst new file mode 100644 index 0000000000..3b34e11ff8 --- /dev/null +++ b/doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst @@ -0,0 +1,8 @@ +- **Changed:** + Coq's core system now uses the `zarith <https://github.com/ocaml/Zarith>`_ + library, based on GNU's gmp instead of ``num`` which is + deprecated upstream. The custom ``bigint`` module is + not longer provided; note that the ``micromega`` still uses + ``num`` + (`#11742 <https://github.com/coq/coq/pull/11742>`_, + by Emilio Jesus Gallego Arias and Vicent Laporte). |
