mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
parent
d0cb74bef4
commit
62ca18c1a4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
(cond
|
||||
((null? f)
|
||||
(error "unknown record field in constructor" (car ls) fields))
|
||||
((not (compare (car ls) (caar f)))
|
||||
((not (eq? (car ls) (caar f)))
|
||||
(lp2 (cdr f)))
|
||||
((pair? (cddr (car f)))
|
||||
(lp (cdr ls)
|
||||
|
|
Loading…
Add table
Reference in a new issue