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
Hi I've just recently started looking into Elm and found your project interesting. However I find no information about how to build and run the project. I tried simply running elm-make but ran into a syntax error from Check.elm.
-- SYNTAX PROBLEM ---- elm-stuff/packages/NoRedInk/elm-check/2.0.0/src/Check.elm
I ran into something unexpected when parsing your code!
1| module Check where
^
I am looking for one of the following things:
something like `exposing (..)` which replaced `where` in 0.17
whitespace
Would love some instructions
The text was updated successfully, but these errors were encountered:
Hi I've just recently started looking into Elm and found your project interesting. However I find no information about how to build and run the project. I tried simply running elm-make but ran into a syntax error from Check.elm.
Would love some instructions
The text was updated successfully, but these errors were encountered: