diff options
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. |