<div dir="auto">Hi! Have you had the chance to look this? </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 16, 2019, 00:44 Gastón Caruso <<a href="mailto:gstn.caruso@gmail.com">gstn.caruso@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all! Facu Gelatti and I implemented flatten for Collection.<div><br><div>As a special case, we've considered strings as values, not as collections (Pharo does the same). i.e.: <div>{ 'hello' } flatten => { 'hello' }  <b>and NOT</b>  { $h . $e . $l . $l . $o }</div></div></div><div><br></div><div>Here is the change set with code changes and tests.</div><div><br></div><div>Let us know what you think.</div><div>Thanks!</div></div>
</blockquote></div>