larcenists / larceny

Larceny Scheme implementation
Other
202 stars 32 forks source link

comparators omitted from SRFI 116 reference implementation #736

Closed WillClinger closed 9 years ago

WillClinger commented 9 years ago

As reported by Marco Maggi at comp.lang.scheme, the reference implementation of SRFI 116 does not define the comparators and related procedures that are specified by SRFI 116.

WillClinger commented 9 years ago

Fixed by changeset 72d64be9fd37db9b4ebba3f614dbea3d873f3949

The comparators were defined and exported by a new library, (srfi 116 comparators).

(srfi 116) is now a composite library that exports the union of (srfi 116 ilists) and (srfi 116 comparators). The (srfi 116 ilists) library does not export the comparators. This is subject to change if other implementors of the R7RS converge on a different organization for SRFI 116.