On Thursday, December 17, 2015 at 12:05:59 PM UTC+1, [email protected] wrote: > > I should mention, however, that the exact solution I needed was: > myf{T1,T2}(x::Union{T1,T2}). >
What was wrong with myf(x::Union{T1,T2})? Looks right to me. Why do you
need to parameterize?
