Hi,

I want to explicitly specify the type of a comprehension (cf #7258). If
I have two values a::T and b::S, how can I compute the type of a/b using
just T and S?

Currently I am using

typeof(one(T)/one(S))

but surely there is something more elegant (also, it would be nice to
know in general, not just for arithmetic).

Best,

Tamas

Reply via email to