Update sorted-by to use the correct selection macro

This commit is contained in:
Joshua Suskalo 2021-08-27 16:48:54 -05:00
parent 6063e1a5c1
commit 79f93e57d6

View file

@ -1559,6 +1559,6 @@
(late-bound-nav [late (late-path keypath)
late-fn comparator]
(select* [this structure next-fn]
(n/sorted-select structure #(compiled-select late %) late-fn next-fn))
(n/sorted-select structure #(compiled-select-one! late %) late-fn next-fn))
(transform* [this structure next-fn]
(n/sorted-transform structure #(compiled-select late %) late-fn next-fn)))))
(n/sorted-transform structure #(compiled-select-one! late %) late-fn next-fn)))))