From: Chongkai Zhu (czhu at cs.utah.edu) Date: Sun Sep 17 01:01:08 EDT 2006 |
|
(print-graph #f) '#(#1=(cons 1 2) 1 #1#) '(#0=(list 1 2) #0#) (print-graph #t) '#(#1=(cons 1 2) 1 #1#) '(#0=(list 1 2) #0#) gives me: #3(#0=(cons 1 2) 1 #0#) ((list 1 2) (list 1 2)) #3(#0=(cons 1 2) 1 #0#) ((list 1 2) (list 1 2)) Is this a bug? Chongkai
Posted on the users mailing list. |
|