chickadee
»
alist-lib
»
alist-keys
Identifier search
alist-keys
alist
procedure
Extract the keys from an alist.
alist
The alist from which to extract
(define (alist-keys alist) (map car alist))