stil4m/elm-analyse

'No Uncurried Prefix' uses the word curried incorrectly.

Closed this issue · 0 comments

This check should be called 'No partially applied prefix'.
An operator is always curried (takes one argument and returns a function) like all other functions in Elm.