Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stedolan committed Dec 1, 2020
1 parent a5ace5c commit 382850e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Changes
Expand Up @@ -3,8 +3,10 @@ Working version

### Language features:

- #??: Let-punning
(Stephen Dolan, review by ??)
- #10013: Let-punning
Allow 'let* x in ...' and 'let%ext x in ...' as shorthand for
'let* x = x in ...' and 'let%ext x = x in ...' respectively.
(Stephen Dolan, review by Gabriel Scherer)

### Runtime system:

Expand Down

0 comments on commit 382850e

Please sign in to comment.