diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-16 13:34:46 +0000 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-16 13:34:46 +0000 |
commit | 094ffa726ffadcc46582155cb0b2d58394721c11 (patch) | |
tree | 027d058fdc0d04fee098659c8209f0aaa4b5fa26 /Changes | |
parent | ac6c857df4afcf3ef7abffa92866f19a3d5bcf32 (diff) |
PR#6717: Pprintast does not print let-pattern attributes
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15677 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ Bug fixes: - PR#6648: show_module should indicate its elision - PR#6650: Cty_constr not handled correctly by Subst - PR#6651: Failing component lookup +- PR#6717: Pprintast does not print let-pattern attributes + (Gabriel Scherer, report by Peter Zotov) - allow android build with pthreads support (since SDK r10c) (Peter Zotov) |