summaryrefslogtreecommitdiffstats
path: root/228.sld
diff options
context:
space:
mode:
authorGravatar Daphne Preston-Kendal 2022-02-18 11:46:24 +0100
committerGravatar Daphne Preston-Kendal 2022-02-18 11:46:24 +0100
commit798d4f4ce8795498b1e2f556d35c2be405085d42 (patch)
tree8a615ae7a60064ba02cb9d92862a8e441bdf5de9 /228.sld
parentPrevent psgml-indent from adding a extra level in <body> (diff)
Changes ready for second draft
Bug fixes; remove explicit type-test argument to make-product-comparator; remove dependency on generators; add examples.
Diffstat (limited to '')
-rw-r--r--228.sld3
1 files changed, 1 insertions, 2 deletions
diff --git a/228.sld b/228.sld
index 39c1b2d..3417d76 100644
--- a/228.sld
+++ b/228.sld
@@ -1,7 +1,6 @@
(define-library (srfi 228)
(import (srfi 1)
- (srfi 128)
- (srfi 151))
+ (srfi 128))
(export make-wrapper-comparator
make-product-comparator
make-sum-comparator