<br><div><span class="gmail_quote">On 10/12/07, <b class="gmail_sendername">PR Stanley</b> &lt;<a href="mailto:prstanley@ntlworld.com">prstanley@ntlworld.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br>failure :: (Parser a) failure = \inp -&gt; []<br>The code might contain some syntax errors and I&#39;d be grateful for any<br>corrections.<br>What is a &quot;dual parser failure&quot;?</blockquote><div><br>You should probably put the definition on a separate line, thus:
<br><br>failure :: (Parser a)<br>failure = \inp -&gt; []<br><br>If that doesn&#39;t work, you could send along the definition of the Parser type.<br><br>-Brent<br></div></div>