mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Remove hardcoded tag
This commit is contained in:
parent
1c0bd864c6
commit
80c10d8eb9
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
(define (lib:get-all ast tag)
|
(define (lib:get-all ast tag)
|
||||||
(foldr append '()
|
(foldr append '()
|
||||||
(map cdr
|
(map cdr
|
||||||
(filter (lambda (l) (tagged-list? 'import l)) (cddr ast)))))
|
(filter (lambda (l) (tagged-list? tag l)) (cddr ast)))))
|
||||||
|
|
||||||
(define (lib:raw-exports ast)
|
(define (lib:raw-exports ast)
|
||||||
(lib:result
|
(lib:result
|
||||||
|
|
Loading…
Add table
Reference in a new issue