diff options
| author | 2022-11-14 15:15:08 -0800 | |
|---|---|---|
| committer | 2022-11-14 15:15:08 -0800 | |
| commit | 8298764c6b8a16490b28cccb9ab87a5ebb20234d (patch) | |
| tree | a6f6915a6c0b7ffec3b4b995be2fc20979a2bfb2 /composing-comparators-test.scm | |
| parent | Link to landing pages, not documents. (diff) | |
Move to "srfi/" directory. Follow naming convention.
Diffstat (limited to 'composing-comparators-test.scm')
| -rw-r--r-- | composing-comparators-test.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/composing-comparators-test.scm b/composing-comparators-test.scm deleted file mode 100644 index 305a4dc..0000000 --- a/composing-comparators-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)) - - - |
