mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Merge fix from Chibi scheme
"Identifiers in the template should only match pattern variables from the same expansion step."
This commit is contained in:
parent
2e5a4adcd2
commit
1241f71e80
1 changed files with 1 additions and 1 deletions
|
@ -1357,7 +1357,7 @@
|
||||||
(cond
|
(cond
|
||||||
((identifier? t)
|
((identifier? t)
|
||||||
(cond
|
(cond
|
||||||
((find (lambda (v) (compare t (car v))) vars)
|
((find (lambda (v) (eq? t (car v))) vars)
|
||||||
=> (lambda (cell)
|
=> (lambda (cell)
|
||||||
(if (<= (cdr cell) dim)
|
(if (<= (cdr cell) dim)
|
||||||
t
|
t
|
||||||
|
|
Loading…
Add table
Reference in a new issue