Hello, I have uploaded on elm-compiler GH Issues, but I would like to share the idea and gather comments.
https://github.com/elm-lang/elm-compiler/issues/1483 In short, it is about adopting JS-like syntax for objects to Elm records. { model | foo = foo, bar = bar } -> { model | foo, bar } I understand adopting a syntax is not an easy decision. Please feel free to leave a comment! Thanks, -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
