summaryrefslogtreecommitdiffstats
path: root/srfi/228.sld
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-11-14 15:15:08 -0800
committerGravatar Arthur A. Gleckler 2022-11-14 15:15:08 -0800
commit8298764c6b8a16490b28cccb9ab87a5ebb20234d (patch)
treea6f6915a6c0b7ffec3b4b995be2fc20979a2bfb2 /srfi/228.sld
parentLink to landing pages, not documents. (diff)
Move to "srfi/" directory. Follow naming convention.
Diffstat (limited to 'srfi/228.sld')
-rw-r--r--srfi/228.sld8
1 files changed, 8 insertions, 0 deletions
diff --git a/srfi/228.sld b/srfi/228.sld
new file mode 100644
index 0000000..f40776d
--- /dev/null
+++ b/srfi/228.sld
@@ -0,0 +1,8 @@
+(define-library (srfi 228)
+ (import (srfi 1)
+ (srfi 128))
+ (export make-wrapper-comparator
+ make-product-comparator
+ make-sum-comparator
+ comparison-procedures)
+ (include "srfi-228.scm"))