Re: Orthogonality issues Bradd W. Szonye 22 Oct 2003 22:55 UTC

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