diff options
| author | 2022-11-26 13:10:46 +0100 | |
|---|---|---|
| committer | 2022-11-26 13:10:46 +0100 | |
| commit | fef482295a508214c741426031c583faa3f0bfa8 (patch) | |
| tree | 05d9032639c9701655b5063d317536a8189b5ecc | |
| parent | Add zero-comparator and one-comparator to the sample implementation (diff) | |
Expand Arthur’s credit
| -rw-r--r-- | srfi-228.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-228.html b/srfi-228.html index 76aee7f..598ccbf 100644 --- a/srfi-228.html +++ b/srfi-228.html @@ -186,7 +186,7 @@ <p>Lassi Kortela and Marc Nieper-Wißkirchen pointed out that the names <code>make-product-comparator</code> and <code>make-sum-comparator</code> are confusing and, in the former case, slightly incorrect in the analogy to product types of type theory. However, since nobody on the list could come up with a better name which makes clear what the two comparator compositions do, and their relationship to one another, the names were retained. -<p>Arthur Gleckler was extraordinarily patient. +<p>Arthur Gleckler was extraordinarily patient. He also turned the examples above into the initial version of the test suite for this SRFI’s sample implementation. <h2 id=future-work>Future Work</h2> |
