<div><div class="gmail_quote">2009/4/1 Daryoush Mehrtash <span dir="ltr">&lt;<a href="mailto:dmehrtash@gmail.com">dmehrtash@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br clear="all">I am trying to write out the execution of the recursive calls in <a href="http:/http://www.haskell.org/haskellwiki/Tying_the_Knot/www.haskell.org/haskellwiki/Tying_the_Knot" target="_blank">mkDList example</a> for different size lists.  Is there a way in ghc, or ghci where for a given list I can see the intermediate recursive and evaluation steps?<br>
</blockquote></div><br></div><div>Have you tried stepping through the code using the GHCi debugger?<div><br></div><div>    <a href="http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci-debugger.html">http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci-debugger.html</a></div>
<div><br></div><div>If you have tried, but it didn&#39;t satisfy your needs, could you explain what is lacking?</div></div>