diff options
| author | 2021-08-28 20:00:00 +0200 | |
|---|---|---|
| committer | 2021-08-28 20:00:00 +0200 | |
| commit | adf9bfe598bfe4332165f0aeb59c3c412cb5574a (patch) | |
| tree | aa22e3ef17933f8b257d861f5e42e0ec678300c2 /228.sld | |
| parent | Fix a Markdown delimiter in the wrong place. (diff) | |
it’s an SRFI
Diffstat (limited to '228.sld')
| -rw-r--r-- | 228.sld | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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")) |
