-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
0.9(temporary label for search filtering)(temporary label for search filtering)full operators listFeatures that require knowledge of the complete list of defined operatorsFeatures that require knowledge of the complete list of defined operators
Milestone
Description
I (too often) have code like this
Input:
a = f>>.field
b = g|>.fieldActual output (version 0.8.5):
a =
f >>. field
b =
g |>. fieldExpected output:
a =
f >> .field
b =
g |> .fieldI 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).
lue-bird and lydell
Metadata
Metadata
Assignees
Labels
0.9(temporary label for search filtering)(temporary label for search filtering)full operators listFeatures that require knowledge of the complete list of defined operatorsFeatures that require knowledge of the complete list of defined operators