New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error reported in Array library 'module Array exposing' #598

Closed
UrKr opened this Issue May 12, 2016 · 2 comments

Comments

Projects
None yet
2 participants
@UrKr

UrKr commented May 12, 2016

When I try to elm-make a file I get this error.

-- SYNTAX PROBLEM --------- elm-stuff\packages\elm-lang\core\4.0.0\src\Array.elm

I ran into something unexpected when parsing your code!

1│ module Array exposing
                ^
I am looking for one of the following things:

    a listing of values and types to expose, like (..)
    reserved word `where`
    whitespace
@UrKr

This comment has been minimized.

Show comment
Hide comment
@UrKr

UrKr May 12, 2016

I had upgraded elm, but apparently had to open a new instance of vim.

UrKr commented May 12, 2016

I had upgraded elm, but apparently had to open a new instance of vim.

@UrKr UrKr closed this May 12, 2016

@kristianmandrup

This comment has been minimized.

Show comment
Hide comment
@kristianmandrup

kristianmandrup Mar 29, 2017

I had Same problem in VSC. Had to reboot my editor aS well.

kristianmandrup commented Mar 29, 2017

I had Same problem in VSC. Had to reboot my editor aS well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment