diff options
author | Alain Frisch <alain@frisch.fr> | 2013-12-16 17:34:23 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2013-12-16 17:34:23 +0000 |
commit | ac5cbb7913a3e260a8d48a1a41d6350e5cf53664 (patch) | |
tree | 44b0ad1c08560f3afd88c204ebeed9a91d84a3d1 /Changes | |
parent | 33f6c2c78b8d63d3160d91ed046592523a33c360 (diff) |
#5808: allow simple patterns, not only identifiers, in 'let p : t = ...'.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14362 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ Features wishes: - PR#6071: Add a -noinit option to the toplevel (patch by David Sheets) - PR#6166: document -ocamldoc option of ocamlbuild - PR#6246: allow wilcard _ as for-loop index +- PR#5808: allow simple patterns, not only identifiers, in "let p : t = ..." OCaml 4.01.1: ------------- |