Declined
Details
Assignee
Unassigned
UnassignedReporter
Yehonathan Sharvit
Yehonathan SharvitLabels
Patch
Code
Priority
Affects versions
Created November 13, 2015 at 11:41 AM
Updated September 12, 2018 at 12:41 AM
Resolved September 12, 2018 at 12:41 AM

`walk` is supposed to build up a data structure of the same type as its input.
With `clojure.lang.IMapEntry`, it doesn't work as expected.
The output is of type: `clojure.lang.PersisentVector`
For instance,
(class (walk/walk identity identity (first {:a 1})) ); clojure.lang.PersisentVector