Closed jozo closed 6 years ago
There are small differences between the examples in the text of the guide and in online editor.
Example: https://guide.elm-lang.org/architecture/user_input/buttons.html
-- MODEL type alias Model = Int model : Model model = 0
http://elm-lang.org/examples/buttons
-- MODEL model = 0
Not a big problem, but it would be nice to have it in sync.
With the new version of book, the examples in the editor match the book exactly.
There are small differences between the examples in the text of the guide and in online editor.
Example: https://guide.elm-lang.org/architecture/user_input/buttons.html
http://elm-lang.org/examples/buttons
Not a big problem, but it would be nice to have it in sync.