julia
5bf46f48 - handle unbound vars in NTuple fields

Commit
1 year ago
handle unbound vars in NTuple fields Comparing objects by `==` will happily answer nonsense for malformed type comparisons, such as `unwrap_unionall(A) == A`. Avoid forming that query. Additionally, need to recourse through Vararg when examining type structure to make decisions. Fix #55076 Fix #55189
Author
Committer
Parents
Loading