Prof A Olowofoyeku (The African Chief) wrote:
[modules]
But it should be possible with moderate effort to implement something like
export Foo = all (FileMode => GPC_FileMode);
so one won't have to name all interface declarations, but only the re-exports and renamings explicitly.
Ok. I'd rather not touch any EP stuff (e.g., modules) at all. However, if that is going to be the only realistic option, then I guess it would have to do ...
Even when QI will work sometime, I think export renaming is still the better solution (shorter to write, and a little more efficient), so you might as well get used to it. :-)
As I said, the problem currently is that the syntax given above doesn't work yet, but you'd have to name all regular exports in the `export' clause as well.
Any opinions (also from others interested) on whether I should add this feature, and if so, with the syntax above or differently?
Frank