Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect "Unnecessary parens" #243

Open
ursi opened this issue May 27, 2020 · 1 comment · May be fixed by #256
Open

Incorrect "Unnecessary parens" #243

ursi opened this issue May 27, 2020 · 1 comment · May be fixed by #256

Comments

@ursi
Copy link

ursi commented May 27, 2020

The following code is giving me Unnecessary parens

test : Bool
test =
    (if True then
        identity

     else
        identity
    )
        True
@joshuakb2
Copy link

I have the same problem.

joshuakb2 pushed a commit to joshuakb2/elm-analyse that referenced this issue Dec 31, 2020
@joshuakb2 joshuakb2 linked a pull request Dec 31, 2020 that will close this issue
aoldershaw added a commit to concourse/concourse that referenced this issue Feb 10, 2021
the domIDFn awkwardness is to workaround stil4m/elm-analyse#243

Signed-off-by: Aidan Oldershaw <[email protected]>
aoldershaw added a commit to concourse/concourse that referenced this issue Feb 10, 2021
the domIDFn awkwardness is to workaround stil4m/elm-analyse#243

Signed-off-by: Aidan Oldershaw <[email protected]>
aoldershaw added a commit to concourse/concourse that referenced this issue Feb 16, 2021
the domIDFn awkwardness is to workaround stil4m/elm-analyse#243

Signed-off-by: Aidan Oldershaw <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants