You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…872)
Hi,
could you please consider patch to have `concat` on maps return k/v
pairs instead of keys. It fixes#871.
The issue as I understand it that the underlying map library iterates
over keys rather than k/v pairs, and thus it needs to be converted first
to a sequence (which correctly converts map into a seq of pairs).
Thanks
---------
Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>
Hi,
concat
on maps wrongly concatenates the map keys rather that the key value pairs.To reproduce.
Contrast this with Clojure
PR to follow.
The text was updated successfully, but these errors were encountered: