elm-for-js-developers-talk icon indicating copy to clipboard operation
elm-for-js-developers-talk copied to clipboard

not working on http://elm-lang.org/try

Open rowild opened this issue 8 years ago • 1 comments

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!

rowild avatar Sep 03 '17 15:09 rowild

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 :)

jackfranklin avatar Sep 05 '17 11:09 jackfranklin