Thank you.  John, with your permission, I'll make this change myself.

---------- Forwarded message ----------
From: Marc Nieper-Wißkirchen <xxxxxx@nieper-wisskirchen.de>
Date: Sat, Jan 28, 2017 at 10:32 AM
Subject: Sample implementation: minor bug in make-list-comparator
To: srfi-128@srfi.schemers.org


This line

https://github.com/scheme-requests-for-implementation/srfi-128/blob/master/comparators/comparators-impl.scm#L279

has to be changed from

((and (empty? a) (empty? b) #f))

to

((and (empty? a) (empty? b)) #f).

If one looks into the code one immediately sees why.

--

Marc


To unsubscribe from this list please go to http://www.simplelists.com/confirm.php?u=yYPM36pIEQNxISBkdPrDJ2J6TsHkAgcm