Skip to content

Commit 24bbfb9

Browse files
committed
Remove explicit symbol<? definitions.
1 parent 6b91883 commit 24bbfb9

File tree

1 file changed

+1
-4
lines changed
  • Sources/LispKit/Resources/Libraries/srfi

1 file changed

+1
-4
lines changed

Sources/LispKit/Resources/Libraries/srfi/128.sld

+1-4
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,7 @@
157157
(if (= (real-part a) (real-part b))
158158
(< (imag-part a) (imag-part b))
159159
(< (real-part a) (real-part b))))
160-
161-
(define (symbol<? a b)
162-
(string<? (symbol->string a) (symbol->string b)))
163-
160+
164161
;; Wrapped equality predicates
165162
;; These comparators don't have ordering functions.
166163

0 commit comments

Comments
 (0)