> Suppose that B had imported C only
> to export it again (either by listing it in the export list, or not
> having any export list at all).

Wrong.  If B imports C and has no export list, nothing from C is
re-exported, only definitions from B itself, with the single exception
of C's instance decls.

Regards,
    Malcolm

Reply via email to