Added TODO

This commit is contained in:
Justin Ethier 2016-10-07 18:38:59 -04:00
parent 02a8676e59
commit 2a0d6a829c

View file

@ -341,6 +341,7 @@
;((a1 . a) b c (d2 . d) e)
;cyclone> (lib:import-set/exports->imports '(prefix (lib) my-) '(a b c d e))
;((my-a . a) (my-b . b) (my-c . c) (my-d . d) (my-e . e))
;cyclone> (lib:import-set/exports->imports '(only (prefix (lib) my-) my-b) '(a b c d e))
;; Take a list of imports and resolve it to the imported vars
;(define (lib:resolve-imports imports)