On Sun, Jun 27, 2010 at 8:40 AM, Laurent <[email protected]> wrote:
>
>
> On Sun, Jun 27, 2010 at 14:35, Sam Tobin-Hochstadt <[email protected]>
> wrote:
>>
>> #lang racket
>>
>> (require racket/trace)
>>
>> (define (f x)
>>  (if (zero? x) "done" (f (sub1 x))))
>>
>> (trace f)
>>
>> (f 100)
>
>
> Is it possible to add this example to the docs?

Done (see the new "Debugging" section in the Reference).

-- 
sam th
[email protected]
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to