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
The immediate source of the problem lies in TypedTreeInfo.decomposeCall assuming that it will only encounter a single TypeApply.
I guess there's already some corresponding code to unscramble type arguments, so it hopefully shouldn't be too hard to adapt decomposeCall to do so too.