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