ursi opened this issue 4 years ago · 1 comments
The following code is giving me Unnecessary parens
Unnecessary parens
test : Bool test = (if True then identity else identity ) True
I have the same problem.