Hello, 

Somewhere in the last 150 days the value of 

Array{(Float64,Float64)} <: Array{Tuple}

changed from "true" to "false".  There may be good reasons for that, I 
can't tell. 

I would like to specify as a function argument something of the type 
Array{Tuple}, but I can't get that matched any more.  I don't know how to 
make the function type more specific so that it will match again, i.e., I 
don't know how to specify the types withing the tuple.  A naive 
Array{Tuple{Float64,Float64}} does not work. 

Any ideas?

Thanks

---david

Reply via email to