summaryrefslogtreecommitdiffstats
path: root/srfi
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-11-14 15:41:39 -0800
committerGravatar Arthur A. Gleckler 2022-11-14 15:41:39 -0800
commit1c12ee4b2ddc727cbb3c346490b5d8b42203b063 (patch)
tree424162ff676541733dffe485f5c02e9fd496d635 /srfi
parentMove to "srfi/" directory. Follow naming convention. (diff)
Add tests based on examples. Move.
Diffstat (limited to 'srfi')
-rw-r--r--srfi/228.sld6
-rw-r--r--srfi/srfi-228-test.scm11
2 files changed, 4 insertions, 13 deletions
diff --git a/srfi/228.sld b/srfi/228.sld
index f40776d..dfffd3e 100644
--- a/srfi/228.sld
+++ b/srfi/228.sld
@@ -1,6 +1,8 @@
(define-library (srfi 228)
- (import (srfi 1)
- (srfi 128))
+ (import (scheme base)
+ (srfi 1)
+ (srfi 128)
+ (srfi 151))
(export make-wrapper-comparator
make-product-comparator
make-sum-comparator
diff --git a/srfi/srfi-228-test.scm b/srfi/srfi-228-test.scm
deleted file mode 100644
index 305a4dc..0000000
--- a/srfi/srfi-228-test.scm
+++ /dev/null
@@ -1,11 +0,0 @@
-(import (chibi test))
-
-(define-record-type <date>
- (make-date year month day)
- date?
- (year date-year)
- (month date-month)
- (day date-day))
-
-
-
83ee5cd9fc9109043328f4e0fdf7ae?s=13&d=retro' width='13' height='13' alt='Gravatar' /> John Cowan 1-1/+1 2021-07-26switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-26errorsGravatar John Cowan 1-1/+4 2021-07-26more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-26update preview linkGravatar John Cowan 1-1/+1 2021-07-26MN-W reviewGravatar John Cowan 1-6/+6 2021-07-26paired mutatorsGravatar John Cowan 1-43/+68 2021-07-25exceptionsGravatar John Cowan 1-1/+15 2021-07-25new exampleGravatar John Cowan 1-1/+4 2021-07-25updatesGravatar John Cowan 1-2/+4 2021-07-24dtd always first argumentGravatar John Cowan 1-9/+9 2021-07-23DTO to DTDGravatar John Cowan 1-55/+52 2021-07-22typoGravatar John Cowan 1-1/+1 2021-07-22switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-22errorsGravatar John Cowan 1-1/+4 2021-07-22more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-20update preview linkGravatar John Cowan 1-1/+1 2021-07-20MN-W reviewGravatar John Cowan 1-6/+6 2021-07-18Fix typo.Gravatar Arthur A. Gleckler 2-4/+4 2021-07-18Add <p> around abstract.Gravatar Arthur A. Gleckler 1-2/+2 2021-07-18Publish first draft.draft-1Gravatar Arthur A. Gleckler 3-0/+114 2021-07-18Ignore trailing whitespace.Gravatar Arthur A. Gleckler 11-129/+129 2021-07-18Ignore "Dictionaries.log".Gravatar Arthur A. Gleckler 1-1/+2 2021-07-18Fix errors reported by W3C HTML Validator.Gravatar Arthur A. Gleckler 1-27/+27 2021-07-18Eliminate unnecessary redirect by using TLS/SSL.Gravatar Arthur A. Gleckler 1-1/+1