stil4m/elm-analyse

Incorrect "Unnecessary parens"

ursi opened this issue · 1 comments

ursi commented

The following code is giving me Unnecessary parens

test : Bool
test =
    (if True then
        identity

     else
        identity
    )
        True

I have the same problem.