is there a tool available that can remove redundant namespace qualifiers?
extension MyNamespace { - typealias TypeAlias = MyNamespace.A<String, MyNamespace.B> + typealias TypeAlias = A<String, B> }