syntax error around comma
This commit is contained in:
parent
556a460663
commit
a98411cd0b
|
@ -1063,7 +1063,7 @@
|
|||
(let-values (((match1 vars1) (compile-match-base (car pattern))))
|
||||
(loop (cdr pattern)
|
||||
(cons `(,_if (,_pair? ,accessor)
|
||||
(,_let ((expr (,_car,accessor)))
|
||||
(,_let ((expr (,_car ,accessor)))
|
||||
,match1)
|
||||
(exit #f))
|
||||
matches)
|
||||
|
|
Loading…
Reference in New Issue