[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Orthogonality issues

This page is part of the web mail archives of SRFI 44 from before July 7th, 2015. The new archives for SRFI 44 contain all messages, not just those from before July 7th, 2015.



Fixing a couple of typos:

Bradd W. Szonye wrote:
> For example, bag-ordering-function would give you an ordering-function
> for values, and dictionary-ordering-function would give you an
> ordering-function for keys. Here's the whole set:

This should read, "And here's the whole set of enumerators for this
implementation:"

>     collection-fold: arbitrary order
> 
>     bag-fold: enumerate in arbitrary order
>     ordered-bag-fold: enumerate in arbitrary order
>     ordered-bag-fold-left: enumerate in bag order
>     ordered-bag-fold-right: enumerate in reverse bag order
> 
>     set-fold: enumerate in arbitrary order
>     ordered-set-fold: enumerate in arbitrary order
>     ordered-set-fold-left: enumerate in bag order
>     ordered-set-fold-right: enumerate in reverse bag order

And these last two should read, "enumerate in SET order."
-- 
Bradd W. Szonye
http://www.szonye.com/bradd