Otherwise we don't handle nesting.

original commit: 052849c1bbca03cd4aa778665da87f919959c48f
This commit is contained in:
Stevie Strickland 2008-06-18 18:09:50 -04:00
parent a8a55f440a
commit 395e0fc733

View File

@ -60,7 +60,8 @@
(eq? name (cdr drest)))
(make-arr (append
(map sb dom)
(map (lambda (img) (substitute img name (car drest))) images))
;; We need to recur first, just to expand out any dotted usages of this.
(map (lambda (img) (substitute img name (sb (car drest)))) images))
(sb rng)
#f
#f