<br><br><div class="gmail_quote">On Mon, Jun 28, 2010 at 01:32, Sam Tobin-Hochstadt <span dir="ltr"><<a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Sun, Jun 27, 2010 at 8:40 AM, Laurent <<a href="mailto:laurent.orseau@gmail.com">laurent.orseau@gmail.com</a>> wrote:<br>
><br>
><br>
> On Sun, Jun 27, 2010 at 14:35, Sam Tobin-Hochstadt <<a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a>><br>
> wrote:<br>
>><br>
>> #lang racket<br>
>><br>
>> (require racket/trace)<br>
>><br>
>> (define (f x)<br>
>> (if (zero? x) "done" (f (sub1 x))))<br>
>><br>
>> (trace f)<br>
>><br>
>> (f 100)<br>
><br>
><br>
> Is it possible to add this example to the docs?<br>
<br>
</div></div>Done (see the new "Debugging" section in the Reference).<br>
<div><div></div><br></div></blockquote></div><br>Thanks!<br>This is really pleasant to have so helpful folks around here.<br><br><br>