public typealias A = (repeat (each T, U, V)) public struct G { public typealias B = (repeat A) public struct H { public typealias C = (repeat B) } }