Existential var x: Protocol<.A == Int, .B: P>
let xs: Collection<.Element == Int> = [1,2,3]
var x: Any<Protocol where _.A == Int, _.B: P>