trypurescript icon indicating copy to clipboard operation
trypurescript copied to clipboard

Compilation stuck/errors on occurence of binding guards

Open TheMatten opened this issue 5 years ago • 1 comments

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.

TheMatten avatar Oct 13 '20 16:10 TheMatten

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

JordanMartinez avatar Jul 15 '22 15:07 JordanMartinez