John Cowan <xxxxxx@ccil.org> schrieb am So., 2. Juli 2017 um 00:36 Uhr:
Here are my current suggestions for more SRFI 146 procedures:

Constructors: mapping/ordered, mapping-unfold/ordered

These are the same as mapping and mapping-unfold, except that it is an error if the keys are not in order, and they may be more efficient.

Copying and conversion: alist->mapping/ordered, alist->mapping/ordered!

These are the same as alist->mapping and alist->mapping!, except that it is an error if the keys in the alist are not in order, and they may be more efficient.

I think it is a good idea to include these four procedures into the SRFI. I am going to incorporate them into the draft.