Hans W. Uhlig wrote: > Why not simply make a module have a modifier. > > instead of > module Time; > use > library module Time; > > Then it changes how the module itself is handled I don't think that should be a source file's decision to make. It seems clear to me it should be the responsibility of the build tools. --bb