Changes so far scgmille@xxxxxx 25 Oct 2003 17:47 UTC
I've updated the srfi at http://sgmiller.org/code/srfi-44.html.
Editors, please do not update the official draft.  This is a working
copy which addresses most of the issues so far.  The major changes are
collapsing !! to !, removing the reversible attribute (for now), adding
a limitedness attribute for limited collections (rather than limited
sequences only).  And clarifications related to folding and equivalence.

Vectors and strings are also purely mutable now.

	Scott

--