fixed bug in build-struct-expand-info

svn: r543
This commit is contained in:
Matthew Flatt 2005-08-04 03:21:37 +00:00
parent cb30a90f04
commit 98ed509542

View File

@ -174,7 +174,8 @@
[(null? l) #t]
[(not (car l)) #f]
[else (loop (cdr l))]))
(append base '(#f)))
(append base '(#f))
base)
base))]
[qs (lambda (x) (if (eq? x #t)
x