summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorThomas Refis <thomas.refis@gmail.com>2019-09-02 11:43:26 +0100
committerThomas Refis <thomas.refis@gmail.com>2019-09-11 13:44:31 -0400
commit6f492fdbd9c352c0502c118a80d451b8867b1dae (patch)
tree7957c84f5a7425a87a8aaa99f261f18750daec3f /Changes
parentf814450b605852429613e4ae7f68bac0382e3f1d (diff)
downloadocaml-pr8908.tar.gz
PR#8908: used as a base for other PRs.pr8908
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5c74dd4165..b10f4ff4d6 100644
--- a/Changes
+++ b/Changes
@@ -15,6 +15,8 @@ Working version
use String_val as a char* instead of const char*
(Kate Deplaix)
+- #6662, #8908: Add "module _ = X" syntax
+ (Thomas Refis, review by ...)
### Internal/compiler-libs changes:
@@ -67,6 +69,11 @@ Working version
skipped lines/bytes into account
(Gabriel Scherer, review by Sébastien Hinderer)
+- #8908: Use an option instead of a string for module names ("_" becomes None),
+ and a dedicated type for functor parameters: "()" maps to "Unit" (instead of
+ "*").
+ (Thomas Refis, review by ...)
+
### Code generation and optimizations:
- #8672: Optimise Switch code generation on booleans.