<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 22 November 2013 19:04, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><span style="color:rgb(34,34,34)">D=0, S=0 => orig = D == !S = false, new = D || S = false</span><br>
</div>
D=0, S=1 => orig = D == !S = true, new = D || S = true<br>
D=1, S=0 => orig = D == !S = true, new = D || S = true<br>
D=1, S=1 => orig = D == !S = false, new = D || S = true (but that's<br>
the whole point).<br></blockquote><div></div></div><br></div><div class="gmail_extra">I should have done that myself before commenting... sigh... I'm a bit slow today, sorry! ;)</div><div class="gmail_extra"><br></div>
<div class="gmail_extra">LGTM.</div><div class="gmail_extra"><br></div><div class="gmail_extra">--renato</div></div>