note change to '... . b' in syntax pattern matching

svn: r8819
This commit is contained in:
Matthew Flatt 2008-02-27 22:08:33 +00:00
parent 2aa9e5fade
commit b9d0295960

View File

@ -128,6 +128,9 @@ but we start with an enumeration of changes:
`scheme/class'. The libraries in the "mzlib" collection remain as
before.
- In a syntax pattern of the form `(a ... . b)', `b' is now allowed
to match an empty list.
======================================================================
Porting Advice
======================================================================