<br>On Thu, Jan 28, 2010 at 10:33 AM, Ruben Henner Zilibowitz <span dir="ltr">&lt;<a href="mailto:rzilibowitz@yahoo.com.au">rzilibowitz@yahoo.com.au</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I am getting what seems like a wierd error that I can&#39;t debug. If someone could take a look and help fix this it would be quite instructive. Thanks. I&#39;m using agda 2.2.6 with lib-0.2.<br>
<br>
WierdError.agda:11,43-12,10<br>
Could not parse the application begin + ∣ + m<br>
when scope checking begin + ∣ + m<br></blockquote><div><br></div><div>Looks like an operator precedence issue. It should go through if you put brackets around (+ ∣ + m ∣) and friends.</div><div><br></div><div>/ Ulf</div>
</div>