Ouch, with all the great Haskell parsers like Parsec around I think I was expecting a line/column number :-)<div><br></div><div>But I see a ticket is already open for this</div><div><a href="http://trac.haskell.org/haddock/ticket/83">http://trac.haskell.org/haddock/ticket/83</a></div>
<div><br></div><div><a href="http://trac.haskell.org/haddock/ticket/83"></a><div class="gmail_quote">On Wed, Aug 26, 2009 at 2:47 AM, Gwern Branwen <span dir="ltr">&lt;<a href="mailto:gwern0@gmail.com">gwern0@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Tue, Aug 25, 2009 at 8:30 PM, Peter Verswyvelen&lt;<a href="mailto:bugfact@gmail.com">bugfact@gmail.com</a>&gt; wrote:<br>

&gt; I&#39;m getting the error mentioned in the subject, but without any indication<br>
&gt; where in my file this error occurs.<br>
&gt; What does this mean?<br>
&gt; Thanks,<br>
&gt; Peter<br>
<br>
</div></div>It means exactly that - something in that file&#39;s comments is causing<br>
Haddock to choke. It could be using &#39;*&#39; inside some --s, it could be<br>
something else. Haddock won&#39;t really say. Your best bet is the old<br>
bisect/binary-search method: remove half the comments &amp; retry,<br>
narrowing it down until you&#39;ve found the offending line and then<br>
character. Then you can either remove it or read the Haddock manual<br>
and see what the right thing looks like.<br>
<br>
--<br>
<font color="#888888">gwern<br>
</font></blockquote></div><br></div>