On Sat, Nov 24, 2012 at 7:32 AM, Mark Wallace <span dir="ltr"><<a href="mailto:lotabout@gmail.com" target="_blank">lotabout@gmail.com</a>></span> wrote:<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Somehow it might seem a bit easier to me to grasp the function of a function with the help of type signature.<br>
I'll try just omitting the signatures, it's easier and more handy isn't it?</blockquote><div><br></div><div>Writing down type signatures can be very helpful. I would recommend that, in a complex situation like this, you move your helper functions to the top level. That way, you can test and debug each individual helper in ghci.</div>
<div><br></div><div>-Karl </div></div></div>