Arc Forum
new
|
comments
|
leaders
|
submit
login
3 points
by
zhtw
5482 days ago |
link
|
parent
Yeah, but shouldn't it be changed to nil?
(define (ac-set x env) (if (null? x) (list 'quote 'nil) `(begin ,@(ac-setn x env))))
I realize that it's not very important but still it's a bug. No?