summaryrefslogtreecommitdiffstats
path: root/srfi/228.sld
diff options
context:
space:
mode:
authorGravatar Daphne Preston-Kendal 2022-11-26 13:10:33 +0100
committerGravatar Daphne Preston-Kendal 2022-11-26 13:10:33 +0100
commit25a0dee93a6929c256118cb6993fa93e195ed2b6 (patch)
tree5773fe2eb20a620da11c08a735b0a8921c3e8967 /srfi/228.sld
parent(chibi test) uses the order expected value then actual value (diff)
Add zero-comparator and one-comparator to the sample implementation
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..ebec908 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
+
+ one-comparator
+ zero-comparator)
(include "srfi-228.scm"))