diff options
Diffstat (limited to 'cljlib.fnl')
| -rw-r--r-- | cljlib.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -273,7 +273,7 @@ Additionally you can use [`conj`](#conj) and [`apply`](#apply) with (let [assoc-res (empty [])] (each [k v (pairs col)] (if (and (not assoc?) - (not (= (type k) :number))) + (map? col)) (set assoc? true)) (insert res v) (insert assoc-res [k v])) |