typelift / Aquifer

Functional streaming abstractions in Swift
72 stars 6 forks source link

Proxy Clashes with Swiftz #8

Open CodaFi opened 9 years ago

CodaFi commented 9 years ago

It really isn't a pressing problem because I can't think of many situations you could feasibly use Proxy<X, X, X, X, Proxy<X>>, but it's still something.

pthariensflame commented 9 years ago

If it comes up, you can always do Swiftz.Proxy vs Aquifer.Proxy. Still, I'll keep this issue in mind.