mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15: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)
|
||||
(foldr append '()
|
||||
(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)
|
||||
(lib:result
|
||||
|
|
Loading…
Add table
Reference in a new issue