aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrédéric Besson2020-01-07 17:06:22 +0100
committerFrédéric Besson2020-01-14 17:45:40 +0100
commit4f0703eaabbe80d3624721982a7ab50254616b4a (patch)
tree0e7c2a36bc3d5d3a8a0793b4b5644a4e7a0eb5b0 /doc
parent8b4f78ded7269139c7e9c222c6382a788c48039a (diff)
[zify] elim let in ML
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/11370-zify-elim-let.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/11370-zify-elim-let.rst b/doc/changelog/04-tactics/11370-zify-elim-let.rst
new file mode 100644
index 0000000000..4eb2732106
--- /dev/null
+++ b/doc/changelog/04-tactics/11370-zify-elim-let.rst
@@ -0,0 +1,3 @@
+- **Changed**
+ Improve the efficiency of `PreOmega.elim_let` using an iterator implemented in OCaml.
+ (`#11370 <https://github.com/coq/coq/pull/11370>`_, by Frédéric Besson).