On 6 Oct 2003, xxxxxx@freenetproject.org wrote:
> I've submitted the last draft of SRFI-44. It fixes a lot of typos and
> clarifies some wording, as well as adds set operations
> (intersection,union,difference, add/remove from a bag). If this draft
> is acceptable, I'd like to finalize the SRFI sometime this week.
> Comments, please!
Three minor points:
1.
"Ordered Collections"
The following would be a helpful function (encapsulating (make-%) and making
available (*-order) the order):
*-order value => value
Returns the ordering function of an ordered collection.
2.
"Dictionaries"
Sets the value the mapping ->
Sets the value (?)
3.
"Dictionaries"
If there weren't ->
If there are not (?)
Greetings
Sven