On Fri, Apr 01 2016, Yichao Yu wrote:

> On Fri, Apr 1, 2016 at 5:33 AM, Tamas Papp <[email protected]> wrote:
>> Hi,
>>
>> I ran into a problem with the result type of Dict comprehensions. If I
>> wrap the comprehension in a function, it produces the narrowest type,
>> otherwise the type of value is Any. Code looks like this:
>
> https://github.com/JuliaLang/julia/issues/7258

Sorry, I don't understand why it is the same issue. The type of
arguments in the comprehension is always the same, just that one version
is wrapped in a function inside a function, and the other one isn't.

Best,

Tamas

Reply via email to