summaryrefslogtreecommitdiffstats
path: root/228.sld
diff options
context:
space:
mode:
authorGravatar Daphne Preston-Kendal 2021-08-28 20:00:00 +0200
committerGravatar Daphne Preston-Kendal 2021-08-28 20:00:00 +0200
commitadf9bfe598bfe4332165f0aeb59c3c412cb5574a (patch)
treeaa22e3ef17933f8b257d861f5e42e0ec678300c2 /228.sld
parentFix a Markdown delimiter in the wrong place. (diff)
it’s an SRFI
Diffstat (limited to '228.sld')
-rw-r--r--228.sld6
1 files changed, 3 insertions, 3 deletions
diff --git a/228.sld b/228.sld
index f1eaf3c..fdfbec1 100644
--- a/228.sld
+++ b/228.sld
@@ -1,11 +1,11 @@
-(define-library (srfi 228) ;; SRFI number reserved for, but not yet formally
- ;; assigned to this library.
+(define-library (srfi 228)
(import (srfi 1)
(srfi 128)
(srfi 151)
(srfi 158))
(export make-wrapper-comparator
make-composed-comparator
- compose-comparator)
+ compose-comparator
+ comparison-procedures)
(include "composing-comparators.scm"))