diff options
| author | 2022-11-14 15:15:08 -0800 | |
|---|---|---|
| committer | 2022-11-14 15:15:08 -0800 | |
| commit | 8298764c6b8a16490b28cccb9ab87a5ebb20234d (patch) | |
| tree | a6f6915a6c0b7ffec3b4b995be2fc20979a2bfb2 | |
| parent | Link to landing pages, not documents. (diff) | |
Move to "srfi/" directory. Follow naming convention.
| -rw-r--r-- | srfi/228.sld (renamed from 228.sld) | 3 | ||||
| -rw-r--r-- | srfi/srfi-228-test.scm (renamed from composing-comparators-test.scm) | 0 | ||||
| -rw-r--r-- | srfi/srfi-228.scm (renamed from composing-comparators.scm) | 0 |
3 files changed, 1 insertions, 2 deletions
@@ -5,5 +5,4 @@ make-product-comparator make-sum-comparator comparison-procedures) - - (include "composing-comparators.scm")) + (include "srfi-228.scm")) diff --git a/composing-comparators-test.scm b/srfi/srfi-228-test.scm index 305a4dc..305a4dc 100644 --- a/composing-comparators-test.scm +++ b/srfi/srfi-228-test.scm diff --git a/composing-comparators.scm b/srfi/srfi-228.scm index 1591fbc..1591fbc 100644 --- a/composing-comparators.scm +++ b/srfi/srfi-228.scm |
