Please, make it a punctuation character or so.
Now, if you type something like \() -> ......, you get the bracket matching broken. And elm-format doesn't like putting space between the backslash and the argument. AFAIK, in Elm a backslash has the meaning of an escape character only in the context of strings.
Please, make it a punctuation character or so. Now, if you type something like
\() -> ......
, you get the bracket matching broken. And elm-format doesn't like putting space between the backslash and the argument. AFAIK, in Elm a backslash has the meaning of an escape character only in the context of strings.