The example in the README gives me the following error when using ELM 0.17.1:
-- SYNTAX PROBLEM ------------------------------------- app/assets/elm/Hello.elm
I ran into something unexpected when parsing your code!
1| module Hello where
^
I am looking for one of the following things:
something like `exposing (..)` which replaced `where` in 0.17
whitespace
Since this is my very first attempt at ELM, the first example I encounter should work with the current stable version 😄 . If a PR is desired, I can do it.
Hi!
The example in the README gives me the following error when using ELM 0.17.1:
Since this is my very first attempt at ELM, the first example I encounter should work with the current stable version 😄 . If a PR is desired, I can do it.