Lazy.jl icon indicating copy to clipboard operation
Lazy.jl copied to clipboard

+(a::List...) is precursor for method ambiguity

Open rleegates opened this issue 8 years ago • 1 comments

...which includes +() such that it immediately becomes ambiguous with a definition of +(a::SomeOtherType...) somewhere else (in my case I encountered this conflict while using both MultiPoly and Lazy). See the discussion on julia-users.

rleegates avatar Apr 20 '16 15:04 rleegates

Yup, good catch! Happy to take a PR to fix this, if you're up for it.

MikeInnes avatar Apr 20 '16 16:04 MikeInnes