elm-for-js-developers-talk
elm-for-js-developers-talk copied to clipboard
not working on http://elm-lang.org/try
Copying your code into the editor mentioned in the headline results in this error message:
Detected errors in 1 module.
-- SYNTAX PROBLEM --------------------------------------------------------------
It looks like the keyword module is being used as a variable.
2| module App exposing (..) ^ Rename it to something else.
Any hints what's going on here? Thank you!
This is probably a change in Elm - this code is now a year old and there has been a new release of Elm since. I would be wary of taking too much of the code from this repo :)