diff options
| author | 2022-11-14 15:48:05 -0800 | |
|---|---|---|
| committer | 2022-11-14 15:48:05 -0800 | |
| commit | 38cf6bf401b5cb97b6eaa0dc958fb27e6c0266ac (patch) | |
| tree | 8cf543796fdcc162d5c8738760e4f2fd2c352345 /srfi/228.sld | |
| parent | Add tests based on examples. Move. (diff) | |
Drop `comparison-procedures'.
It's no longer mentioned in the document.
Diffstat (limited to 'srfi/228.sld')
| -rw-r--r-- | srfi/228.sld | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/srfi/228.sld b/srfi/228.sld index dfffd3e..834f1ce 100644 --- a/srfi/228.sld +++ b/srfi/228.sld @@ -5,6 +5,5 @@ (srfi 151)) (export make-wrapper-comparator make-product-comparator - make-sum-comparator - comparison-procedures) + make-sum-comparator) (include "srfi-228.scm")) |
