You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All types are inferred except for the last %3, which is Any. Given that the type of prob is inferred, I would expect the type of sol to be, too. It certainly draws my attention when debugging the type-stability of my code, since I've learned that code that only infers to Any is quite bad. How bad is this really with MTK, and can it be fixed?
The text was updated successfully, but these errors were encountered:
How type-stable should one expect MTK
sys
-prob
-sol
code to be? ConsiderAll types are inferred except for the last
%3
, which isAny
. Given that the type ofprob
is inferred, I would expect the type ofsol
to be, too. It certainly draws my attention when debugging the type-stability of my code, since I've learned that code that only infers toAny
is quite bad. How bad is this really with MTK, and can it be fixed?The text was updated successfully, but these errors were encountered: