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


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