Mercurial > urweb
comparison CHANGELOG @ 852:4d4c62d95b9c
New release
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 23 Jun 2009 12:53:47 -0400 |
parents | 39bb3a830e90 |
children | 2faf558b2d05 |
comparison
equal
deleted
inserted
replaced
851:20a364c4a6dc | 852:4d4c62d95b9c |
---|---|
1 ======== | |
2 20090623 | |
3 ======== | |
4 | |
5 - Many bug fixes | |
6 - Mutually-recursive datatypes | |
7 - SML-style pattern-matching syntax for "fun", "fn", and local "val" | |
8 - Backwards-incompatible change to syntax of formal constructor parameters to | |
9 value-level functions, to support the previous change | |
10 - Path map support inspired by SML/NJ CM and MLton ML Basis | |
11 - Start of some new standard library modules | |
12 - Some improvements to JavaScript runtime, including better error handling | |
13 | |
1 ======== | 14 ======== |
2 20090505 | 15 20090505 |
3 ======== | 16 ======== |
4 | 17 |
5 - Reimplement constructor class resolution to be more general and Prolog-like | 18 - Reimplement constructor class resolution to be more general and Prolog-like |