~ chicken-core (chicken-5) /tests/reexport-m8.scm
Trap1(module reexport-m8 ()2 ;; NOTE: Reexport only works properly if m7 is imported here, when3 ;; the implementing library isn't required by the user of m8.4 (import reexport-m75 (rename scheme (reverse reverse-og))6 (rename (chicken base) (identity reverse))7 (chicken module))8 (reexport reexport-m7))