diff options
author | Thomas Refis <thomas.refis@gmail.com> | 2019-09-02 11:43:26 +0100 |
---|---|---|
committer | Thomas Refis <thomas.refis@gmail.com> | 2019-09-11 13:44:31 -0400 |
commit | 6f492fdbd9c352c0502c118a80d451b8867b1dae (patch) | |
tree | 7957c84f5a7425a87a8aaa99f261f18750daec3f /Changes | |
parent | f814450b605852429613e4ae7f68bac0382e3f1d (diff) | |
download | ocaml-pr8908.tar.gz |
PR#8908: used as a base for other PRs.pr8908
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |