~ chicken-core (chicken-5) /tests/reexport-m6.scm


1(module reexport-m6 ()
2(import (chicken module))
3(reexport (prefix reexport-m5 f:)))
Trap