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
Make bind-defined symbols forward-referencable. This is necessary
to support more interesting patterns of Binds. E.g. in
case (bla: List[t])
the bound symbol `bla` refers to the bound type `t` in its info. Previously
we used BindDefinedType for that, but that cannot work in general, because
it does not distinguish between a reference and a binding.
0 commit comments