Email list hosting service & mailing list manager

Updated versions of SRFI 127 and SRFI 128 John Cowan (27 Oct 2015 02:22 UTC)
Re: Updated versions of SRFI 127 and SRFI 128 Arthur A. Gleckler (27 Oct 2015 04:38 UTC)
Misleading abstract Sven Hartrumpf (27 Oct 2015 10:09 UTC)
Re: Misleading abstract John Cowan (27 Oct 2015 19:56 UTC)

Misleading abstract Sven Hartrumpf 27 Oct 2015 10:09 UTC

Hi all.

Thanks for this new SRFI.

"This SRFI provides comparators, procedure bundles that represent one
or more of an equality predicate, an ordering predicate, and a hash function."

I think this should be made more precise, e.g.
"A comparator bundles a type test predicate, an equality procedure,
an ordering predicate, and a hash function.
The last two are optional."

Sven