summaryrefslogtreecommitdiffstats
path: root/srfi/228.sld
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-11-30 12:23:02 -0800
committerGravatar GitHub 2022-11-30 12:23:02 -0800
commit5ad308137487e1884f7b9d6d2601d7ba668c3972 (patch)
tree4d64d6b3a81ea240fabbb3a354c4e0560d1c544e /srfi/228.sld
parentPublish third draft. (diff)
parentRevert changes to the semantics of sum-comparator (diff)
Merge pull request #3 from dpk/master
Resolve remaining issues raised during last call
Diffstat (limited to 'srfi/228.sld')
-rw-r--r--srfi/228.sld5
1 files changed, 4 insertions, 1 deletions
diff --git a/srfi/228.sld b/srfi/228.sld
index 834f1ce..611d5a9 100644
--- a/srfi/228.sld
+++ b/srfi/228.sld
@@ -5,5 +5,8 @@
(srfi 151))
(export make-wrapper-comparator
make-product-comparator
- make-sum-comparator)
+ make-sum-comparator
+
+ comparator-one
+ comparator-zero)
(include "srfi-228.scm"))