diff options
| author | 2022-11-26 13:00:05 +0100 | |
|---|---|---|
| committer | 2022-11-26 13:00:05 +0100 | |
| commit | c25e65bae96d6d5c26b0d9e8af96e8dcdbdaf99f (patch) | |
| tree | c267d5839f1e3b77d8c903952dd573ffeae1cb31 /srfi/srfi-228.scm | |
| parent | Specify base cases and behaviours of each comparator function (diff) | |
| parent | Publish third draft. (diff) | |
Merge branch 'master' of https://github.com/scheme-requests-for-implementation/srfi-228
Diffstat (limited to '')
| -rw-r--r-- | srfi/srfi-228.scm (renamed from srfi/composing-comparators.scm) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/srfi/composing-comparators.scm b/srfi/srfi-228.scm index 3a93ae4..caca339 100644 --- a/srfi/composing-comparators.scm +++ b/srfi/srfi-228.scm @@ -84,4 +84,7 @@ (let ((cmp (%sum-comparator-for comparators x x))) ((comparator-hash-function (car cmp)) x))) #f))) +<<<<<<<< HEAD:srfi/composing-comparators.scm +======== +>>>>>>>> 58c55b3dfe6ebdfd8770cd69ac08acda24dc4f50:srfi/srfi-228.scm |
