<div dir="ltr">See:<div>    <a href="https://plfa.github.io/Decidable/#logical-connectives">https://plfa.github.io/Decidable/#logical-connectives</a></div><div><br></div><div>Go well, -- P</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr">.   \ Philip Wadler, Professor of Theoretical Computer Science,<br>.   /\ School of Informatics, University of Edinburgh<br></div><div>.  /  \ and Senior Research Fellow, IOHK<br></div><div dir="ltr">. <span><a href="http://homepages.inf.ed.ac.uk/wadler/" target="_blank">http://homepages.inf.ed.ac.uk/wadler/</a></span></div></div><div dir="ltr"><br></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 29 Sep 2020 at 15:01, David Banas <<a href="mailto:capn.freako@gmail.com">capn.freako@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<br><div><br></div><div>I'm wondering why the second line in my definition for `<font face="monospace"><b>xor</b></font>` below is being partially highlighted in a very light gray background, as shown.</div><div><br></div><div>Thanks,</div><div>-db</div><div><br></div><div><font face="monospace">data Bin : Set where<br>  ⟨⟩ : Bin<br>  _O : Bin → Bin<br>  _I : Bin → Bin<br></font></div><div><font face="monospace"><br></font></div><div><font face="monospace">_xor_ : Bin → Bin → Bin<br>⟨⟩    xor y      =  y<br><span style="background-color:rgb(238,238,238)">x     xor ⟨⟩</span>     =  x<br>(x O) xor (y O)  = (x xor y) O<br>(x O) xor (y I)  = (x xor y) I<br>(x I) xor (y O)  = (x xor y) I<br>(x I) xor (y I)  = (x xor y) O<br></font></div><div><br></div></div>
_______________________________________________<br>
Agda mailing list<br>
<a href="mailto:Agda@lists.chalmers.se" target="_blank">Agda@lists.chalmers.se</a><br>
<a href="https://lists.chalmers.se/mailman/listinfo/agda" rel="noreferrer" target="_blank">https://lists.chalmers.se/mailman/listinfo/agda</a><br>
</blockquote></div>