<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi,</div><div><br></div><div>If I do that I get a parse error:</div><div><br></div><div><div>WierdError.agda:12,15:</div><div>Parse error )&lt;ERROR&gt; ≡⟨ refl ⟩ ( + m ) ≡⟨ x≡y ⟩ ....</div><div><br></div><div>Ruben</div></div><br><div><div>On 28/01/2010, at 9:44 PM, Ulf Norell wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><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't debug. If someone could take a look and help fix this it would be quite instructive. Thanks. I'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&nbsp;∣) and friends.</div><div><br></div><div>/ Ulf</div>
</div>
</blockquote></div><br></body></html>