Update sorted-by to use the correct selection macro
This commit is contained in:
parent
6063e1a5c1
commit
79f93e57d6
1 changed files with 2 additions and 2 deletions
|
|
@ -1559,6 +1559,6 @@
|
||||||
(late-bound-nav [late (late-path keypath)
|
(late-bound-nav [late (late-path keypath)
|
||||||
late-fn comparator]
|
late-fn comparator]
|
||||||
(select* [this structure next-fn]
|
(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]
|
(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)))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue