mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Issue #414 - Include SRFI 162 defs
This commit is contained in:
parent
11ef71a2c9
commit
5978e98e37
1 changed files with 16 additions and 0 deletions
16
srfi/128.sld
16
srfi/128.sld
|
@ -18,6 +18,22 @@
|
|||
(export =? <? >? <=? >=?)
|
||||
(export comparator-if<=>)
|
||||
(export %salt%) ;; Temporary workaround since we cannot preserve referential transparency for this
|
||||
(export comparator-max-in-list comparator-min-in-list
|
||||
comparator-max comparator-min
|
||||
default-comparator
|
||||
boolean-comparator
|
||||
real-comparator
|
||||
char-comparator
|
||||
char-ci-comparator
|
||||
string-comparator
|
||||
string-ci-comparator
|
||||
pair-comparator
|
||||
list-comparator
|
||||
vector-comparator
|
||||
eq-comparator
|
||||
eqv-comparator
|
||||
equal-comparator)
|
||||
(include "comparators/comparators-impl.scm")
|
||||
(include "comparators/default.scm")
|
||||
(include "comparators/162-impl.scm")
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue