elm-pair icon indicating copy to clipboard operation
elm-pair copied to clipboard

Removing an exposing list containing an operator results in broken code

Open jwoudenberg opened this issue 4 years ago • 0 comments

Elm-pair will qualify all values from the exposing list except the operator, because Elm doesn't allow qualified operators. Compilation will then fail because the origin of the operator is no longer clear.

jwoudenberg avatar Jan 06 '22 15:01 jwoudenberg