Hit me!
This commit is contained in:
parent
7c3ca073dd
commit
47424d504f
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
(define (extract-bindings bindings key)
|
(define (extract-bindings bindings key)
|
||||||
(let ((key (if (symbol? key) (symbol->string key) key)))
|
(let ((key (if (symbol? key) (symbol->string key) key)))
|
||||||
(map cdar
|
(map cdr
|
||||||
(filter (lambda (binding)
|
(filter (lambda (binding)
|
||||||
(equal? (car binding) key))
|
(equal? (car binding) key))
|
||||||
bindings))))
|
bindings))))
|
||||||
|
|
Loading…
Reference in New Issue