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


1;;;; module re-exporting from core module
2
3(module reexport-m1 ()
4  (import (chicken module))
5  (reexport (only srfi-4 u8vector)))
Trap