refactor queries that don't accept inference variables to use canonicalization #86868
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
In #86866 we found various queries that were ICEing when used with inference variables. #86866 worked around these ICEs via simple checks or imprecision, but these queries likely out to be rewritten to use canonicalization or other less hacky techniques.
Discussion with @arora-aman in this Zulip topic, starting about here.
The text was updated successfully, but these errors were encountered: