Temporary (?) workaround

This commit is contained in:
Justin Ethier 2016-10-12 22:52:50 -04:00
parent 001e1e4493
commit 8e2c23a9da

View file

@ -15,6 +15,7 @@
(export hash-bound hash-salt) (export hash-bound hash-salt)
(export =? <? >? <=? >=?) (export =? <? >? <=? >=?)
(export comparator-if<=>) (export comparator-if<=>)
(export %salt%) ;; Temporary workaround since we cannot preserve referential transparency for this
(include "comparators-impl.scm") (include "comparators-impl.scm")
(include "default.scm") (include "default.scm")
) )