should eliminate the symptom of pr 7470

svn: r1533
This commit is contained in:
Robby Findler 2005-12-05 22:24:00 +00:00
parent de552808de
commit 93a10915fd

View File

@ -1304,6 +1304,7 @@ module browser threading seems wrong.
[lst lst])
(cond
[(zero? n) null]
[(null? lst) null]
[else (cons (car lst) (loop (- n 1) (cdr lst)))])))]
[find-exp-diff
(λ (p1 p2)