<div>Thanks Björn-Egil, this proposal is great!</div><div>I've also found myself agreeing with all the proposals discussed in Open Questions.</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



There was examples of updating a map in a map in the SF talk, what have they become? I see nothing about this in the EEP.</blockquote><div><br></div><div>For those who haven't seen the talk yet, I believe Loic is talking about this:</div>


<div><br></div><div>    A = #{ a => false },</div><div>    B = #{ b => A },</div><div>    C = B#{b}#{a => true},</div><div>    C == #{ b => #{a => true} }.</div><div><br></div><div>Notice how we did a nested update by nesting the access and update syntax. If there is a reason for it not to be included in the EEP I would love to hear it too.</div>


</div>