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
Fix a shadowing bug in generating recursive types. (IntersectMBO#3934)
* Remove a workaround for a fixed bug
* Insert more pedantic checks
* Fix a bug relating to reusing a variable name in two binders
This turns out to be benign so long as you rename, but we might as well
not introduce extra pointless shadowing if we don't have to.
* Rename before typechecking when doing paranoid checks
* Fix tests with uniques in
0 commit comments