[plt-scheme] solution for exercise 11.2.4

From: carlo ambrogio (cr-service at hotmail.it)
Date: Mon Jun 9 19:59:03 EDT 2008

If I recall the data definition you just posted correctly, this  
doesn't match it.  Which elements of the data definition are self- 
referential?  What does this imply about the template?

(define (depth a-dl)
>  (cond
>    [(symbol? a-dl) ...]
>    [else ... (list? a-dl) ... (depth (rest a-dl)) ...]))


is it right????
_________________________________________________________________
Sai che con Messenger guardi la TV con i tuoi amici?
http://www.messenger.it/messengertv.html

Posted on the users mailing list.