eagerly evaluate ALL
This commit is contained in:
parent
857cd04711
commit
a6b8546a17
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@
|
||||||
(let [empty-structure (empty structure)
|
(let [empty-structure (empty structure)
|
||||||
pfn (partial next-fn vals)]
|
pfn (partial next-fn vals)]
|
||||||
(if (list? empty-structure)
|
(if (list? empty-structure)
|
||||||
(map pfn structure)
|
(doall (map pfn structure))
|
||||||
(->> structure (r/map pfn) (into empty-structure))
|
(->> structure (r/map pfn) (into empty-structure))
|
||||||
))))
|
))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue