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
* Incorporate garrigue's comment
It's closer to the old impl to check let-defs for scope escape rather
than only let-bound vars. We might as well continue to do that.
* Respond to more of garrigue's comments
* Remove global state for typechecking patterns (#1281)
* Remove global state for typechecking patterns
* These comments can go
* Two copies of `type_pat_state` when checking or-patterns
* Fix bug where `pattern_force` was dropped in or-patterns
* Respond to review
* remove the (we believe) unneeded call to generalize_structure
0 commit comments