Differentiate total order comparison and numeric comparison

This commit is contained in:
bakpakin
2018-02-09 11:57:58 -05:00
parent e047b39a87
commit 7f693796ea
4 changed files with 66 additions and 20 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
(assert (>= 6 5 4 4 3 2 1) "greater than or equal to integers")
(assert (>= 6.0 5.0 4.0 4.0 3.0 2.0 1.0) "greater than or equal to reals")
(assert (< nil false true
(assert (order< nil false true
(fiber (fn [x] x))
1 1.0 "hi"
(quote hello)