Move init specifiers into the scope of the instance definitions that they qualify. This should eliminate a potential source of errors when importing instance definitions from one module into another, because all the relevant init specifiers are guaranteed to come along.
Move init specifiers into the scope of the instance definitions that they qualify. This should eliminate a potential source of errors when importing instance definitions from one module into another, because all the relevant init specifiers are guaranteed to come along.