<div dir="ltr">That's fair, Fred.  And yeah, I can definitely do the two-step process for now, but lists:zip/unzip are also just helper functions for what can be done with a list comprehension.  I totally understand not bloating the maps module, but if it mimicked the lists module with certain functions, I think it would be ok, plus there's nothing really new to learn.  In other words, if you know what lists:zip does, you know what maps:zip does.  We're not redefining what the zip function actually does.</div><br><div class="gmail_quote"><div dir="ltr">On Sat, May 7, 2016 at 4:21 AM Fred Hebert <<a href="mailto:mononcqc@ferd.ca">mononcqc@ferd.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 05/06, Andrew Berman wrote:<br>
>Not sure if this was mentioned yet, but a maps:zip addition like what is in<br>
>lists only building a map would be really handy.<br>
><br>
I kind of feel it should *not* be there unless we'd be ready to also<br>
have a maps:unzip in there; right now lists:zip and lists:unzip can be<br>
combined with maps:to_list and maps:from_list to do what you need, but<br>
if you add in maps:zip and forget maps:unzip, that feels incomplete to<br>
me!<br>
</blockquote></div>