Skip to content
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

Compilation stuck/errors on occurence of binding guards #204

Open
TheMatten opened this issue Oct 13, 2020 · 1 comment
Open

Compilation stuck/errors on occurence of binding guards #204

TheMatten opened this issue Oct 13, 2020 · 1 comment

Comments

@TheMatten
Copy link

Trying to compile this minimal example:

module Main where
x | _ <- 1 = 1

page either gets stuck on loading logo (https://try.purescript.org) or returns this error (https://try.ps.ai):

bad result. Likely communication issue with compiler: POST compile response failed to decode: There was a problem making the request: AJAX request failed: POST https://compile.purescript.org/compile

where response to request is 500 Internal Server Error.

@JordanMartinez
Copy link
Contributor

I don't get a 500 error, but I also don't get a warning or compiler error message either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants