Formatting unspaced operators #810
Labels
0.9
(temporary label for search filtering)
full operators list
Features that require knowledge of the complete list of defined operators
Milestone
I (too often) have code like this
Input:
Actual output (version 0.8.5):
Expected output:
I think the current behavior was correct for older versions of Elm, where
>>.
was potentially a valid Elm operator. Since 0.19, the operators are all known, and my thinking is that we could decide to try to end up in a state that it is more likely correct code (but is less agnostic about the operators).The text was updated successfully, but these errors were encountered: