Email list hosting service & mailing list manager

SRFI 128 sample implementation missing some imports Sudarshan S Chawathe (22 Dec 2016 15:27 UTC)
Re: SRFI 128 sample implementation missing some imports Arthur A. Gleckler (22 Dec 2016 19:20 UTC)

SRFI 128 sample implementation missing some imports Sudarshan S Chawathe 22 Dec 2016 15:27 UTC

In the SRFI 128 sample implementation, file comparators.sld, I believe
the library form needs

    (import (scheme char) (scheme complex) (scheme inexact))

due to the use of, e.g., string-foldcase, imag-part, and infinite?
(resp.) in comparators-impl.scm.

I realize the SRFI is already finalized, but since the above small
change only affects the sample implementation, I'm guessing it can be
put in place.

Regards,

-chaw