(declare (uses foo bar)) (module foobar (reexport foo bar)) (import foobar) (display (foo (bar 6))) (newline)