knocte opened this issue 3 years ago · 1 comments
Test1:
match foo with | (Bar) -> () | _ -> ()
should become:
match foo with | Bar -> () | _ -> ()
Test2:
match foo with | (Bar baz) -> () | _ -> ()
(should not change)
Fixed in d5636e2