Hi,

I was wondering whether how i can do implicit conversion at time of 
dispatch.

Here is an example

+(x::A,y::A) = C(x,y)
implicit_convert(::C) = #some operations returning type A

function f(x::A,y::A)

end

Reply via email to