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
I think right now, if you notate an argument with ::Iterable{Int}, the Int isn't binding because the dispatch testing always calls narrow. I think I need to have it call narrow and then test if all the type params are subtypes of the original type params
The text was updated successfully, but these errors were encountered:
I think right now, if you notate an argument with
::Iterable{Int}
, theInt
isn't binding because the dispatch testing always callsnarrow
. I think I need to have it call narrow and then test if all the type params are subtypes of the original type paramsThe text was updated successfully, but these errors were encountered: