From: Matthew Flatt <mflatt@cs.utah.edu>
To: plt-scheme@list.cs.brown.edu
Subject: [plt-scheme] 370.5
Date: Sat, 7 Jul 2007 16:32:08 +0800

MzScheme and MrEd are now version 370.5 in the SVN repository trunk.

The changes are small:

 * Added `keyword<?’.

 * Changed `make-derived-parameter’ to accept a wrapper procedure
   applied on access, which complements the existing procedure applied
   on assignment. (This is part of the continuing work on contract
   support for parameters.)

Matthew