8 lines
308 B
Plaintext
8 lines
308 B
Plaintext
- Convert series of if-lets from MatchVariants into a match { ... }.
|
|
- Should be pretty simple; just need to recognize adjacent edges in
|
|
priority-order that are all MatchVariants on the same input.
|
|
|
|
- Document semantics carefully, especially wrt extractors.
|
|
|
|
- Verify that priorities work as expected.
|