mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
fixing syntax-rules expansions for literal #f templates
This commit is contained in:
parent
0494305c9b
commit
c80d1daf8c
1 changed files with 1 additions and 0 deletions
|
@ -795,6 +795,7 @@
|
|||
(else (list _cons (lp (car t) dim) (lp (cdr t) dim)))))
|
||||
((vector? t) (list _list->vector (lp (vector->list t) dim)))
|
||||
((null? t) (list _quote '()))
|
||||
((not t) (list _quote (list _quote #f)))
|
||||
(else t))))
|
||||
(list
|
||||
_er-macro-transformer
|
||||
|
|
Loading…
Add table
Reference in a new issue