<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
hanoi :: a -&gt; a -&gt; a -&gt; Int -&gt; [(a, a)]<br>
</div>hanoi a b c n = hanoi_helper a b c n<br>
<div class="Ih2E3d"></div></blockquote><div><br>Note that now hanoi is exactly the same function as hanoi_helper, so you may as well just get rid of hanoi_helper. =)<br>&nbsp;<br>-Brent<br></div></div><br>