mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
Fixing template depth count in certain fast-tracked template patterns.
Fixes issue #169.
This commit is contained in:
parent
bd059d8fda
commit
97dd0977a6
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@
|
|||
(error "too many ...'s"))
|
||||
((and (null? (cdr (cdr t))) (identifier? (car t)))
|
||||
;; shortcut for (var ...)
|
||||
(lp (car t) depth))
|
||||
(lp (car t) ell-dim))
|
||||
(else
|
||||
(let* ((once (lp (car t) ell-dim))
|
||||
(nest (if (and (null? (cdr ell-vars))
|
||||
|
|
Loading…
Add table
Reference in a new issue