-
Notifications
You must be signed in to change notification settings - Fork 1
Simplification of Switch #159
Copy link
Copy link
Open
Description
The simplification of Switch in Inline_and_simplify needs work. In the case where the scrutinee is a closure we know that any case that is not Closure_tag or Infix_tag cannot match, and we should eliminate them before simplifying the cases.
We should also remove the nonexhaustive match and check the other cases.
I'll probably work on this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels