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: exclude generic types from recursivity checks
Our current recursion check introduced a bug whereby generic types
receiving instances of themselves e.g. `(Trivial t)` would be identified
as recursive and generate incorrect type emissions.
For now, we simply don't consider generic types as recursive, though a
future change will add recursivity support for these types as well.
0 commit comments