Shorthand property names like in javascript
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer>
These are a great feature, and maybe elm can steal something from
javascript for a change.
Like I see no reason for this overly-verbose syntax:
main : Program Nevermain =
Html.App.program
{ init = init
, view = view
, update = update
, subscriptions = subscriptions
}
--
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.