in reply to (Ovid) Re(3): Private namespace package question
in thread Private namespace package question

The task is not hard to do if you use caller to find what package you want things exported to and then use an eval to call all of the appropriate imports in order.

This will not, unfortunately, work for the pragmas though.

  • Comment on Re (tilly) 4: Private namespace package question