diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-27 08:44:50 +0000 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-27 08:44:50 +0000 |
commit | 055d5ff07f1058c97ea24d9118835ee3fc789fa6 (patch) | |
tree | f0ea349d994681786a468804e5f4042052771b1a /Changes | |
parent | f22564b84d7a5bce5bddd85e2841cd6aa57db192 (diff) |
PR#6714: allow [@@ocaml.warning] on most structure and signature items (values, modules, module types)
(Peter Zotov)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15752 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Language features: constructors (Alain Frisch) - allow field punning in object copying expressions: {< x; >} for {< x = x; >} (Jeremy Yallop) +- PR#6714: allow [@@ocaml.warning] on most structure and signature items (values, modules, + module types) + (Peter Zotov) * Custom index operators: ( .() ), ( .[] ), ( .{} ) etc. (user 'Octachron') The syntax "foo.(bar) <- baz" now desugars into "( .()<- ) foo bar baz"; this |