In order to prepare for first class template imports, we need to switch to module declarations so the types are at the same "location" as the real code. This will allow imports to match between code and types and allow for use in first class templates without hassle
In order to prepare for first class template imports, we need to switch to module declarations so the types are at the same "location" as the real code. This will allow imports to match between code and types and allow for use in first class templates without hassle