<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 12, 2014 at 8:54 AM, Venu Chakravorty <span dir="ltr"><<a href="mailto:c.venu@aol.com" target="_blank">c.venu@aol.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>fun.hs:<span tabindex="0" class="aBn"><span class="aQJ">4:15</span></span>: parse error on input `='</div></blockquote>

</div><br></div><div class="gmail_extra">The problem wasn't obvious until I copy-pasted it into an editor:<br><br></div><div class="gmail_extra">You have tabs instead of spaces for the line defining ep.<br><br></div>
<div class="gmail_extra">
The rule of thumb is that your editor must expand all tabs into matching spaces for whitespace-sensitive languages like haskell. Or else you'll waste time with this kind of parsing errors.<br></div><div class="gmail_extra">

<br clear="all"><div>-- Kim-Ee</div>
</div></div>