flix icon indicating copy to clipboard operation
flix copied to clipboard

Code Smell: zip of different lengths (PatMatch)

Open JonathanStarup opened this issue 9 months ago • 1 comments

https://github.com/flix/flix/blob/44efae8de60810078a3db5942c0f7f0f0d9e4fea/main/src/ca/uwaterloo/flix/language/phase/PatMatch.scala#L759

JonathanStarup avatar Jun 12 '25 21:06 JonathanStarup

I think here it is done on purpose - I'd rewrite it with .take on both sides

JonathanStarup avatar Jun 12 '25 21:06 JonathanStarup