Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ConditionalTypeBinder a context manager.
Now we can use `with binder: X` instead of `binder.push_frame(); X; binder.pop_frame()`
- Loading branch information