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
Since we now map the info of a SkolemType as part of mapping the SkolemType
itself, it follows that SkolemTypes can't recursively refer to themselves.
So `captureWildcards` in `Typer` avoids recursion now by using an approximating
substitution instead (I wonder now how we ever could live without approximating
substitutions!). This means that SkolemTypes don't need to be mutable anymore
since there is no fixed point to construct.
0 commit comments