You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just read the tutorial, clearly written and nice to follow!
My suggestion is to add some explanation of the syntax used in the code.
For example, Records are mentioned ( https://www.elm-tutorial.org/en/01-foundations/06-type-aliases.html ), but the syntax for updating a record is not explained.
let
updatedPlayer =
{ player | level = player.level + howMuch }
in
( model, savePlayerCmd updatedPlayer )
Also syntax letin is not explained in the tutorial.
But besides those, i think all is understandable.
The text was updated successfully, but these errors were encountered:
Hi
I've just read the tutorial, clearly written and nice to follow!
My suggestion is to add some explanation of the syntax used in the code.
For example, Records are mentioned ( https://www.elm-tutorial.org/en/01-foundations/06-type-aliases.html ), but the syntax for updating a record is not explained.
Also syntax
let
in
is not explained in the tutorial.But besides those, i think all is understandable.
The text was updated successfully, but these errors were encountered: