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
Regarding the new map() function added in #4806, if I modify the complex value in the docs example to be a set type instead of an array, map() still returns a set.
Repro is with Zed commit 3a40788.
Regarding the new
map()
function added in #4806, if I modify the complex value in the docs example to be a set type instead of an array,map()
still returns a set.However, if I put that set value inside of a record and have
map()
act on that value, now what comes back is an array.The text was updated successfully, but these errors were encountered: