Part 2
Installation
elm-package install
(Answer y when prompted.)
Building
elm-live Main.elm --open --output=elm.js
References
- let-expressions
- record syntax (e.g.
{ foo = 1, bar = 2 }) List.mapdocumentation
elm-package install
(Answer y when prompted.)
elm-live Main.elm --open --output=elm.js
{ foo = 1, bar = 2 })List.map documentation