Commits
Click on a commit to change the comparison range Fixes https://github.com/astral-sh/ty/issues/1703
Improves type inference for union types with multiple generic parameters like
Ok[T] | Err[E] by adding union-pairing logic to the constraint solver.
Changes:
- Added union element pairing with typevar confinement checks in generics.rs
- Added 3 tests to type_guards.md2 hours ago
by suleymanozkeskin