Elm/compiler: Matching on negative literals results in a parser error

in elm 0.19: isMinusOne : Int -> Bool isMinusOne val = case val of -1 -> True _ -> False Results in: parse error Line 4, Column 8 Something went wrong while parsing a `case` expression in isMinusOn… Read more

Similar

Guix and Elm

A few months ago, I converted a server I’m administering to run Guix System. I wouldn’t recommend you do the same at this point (the subject of a long and tragic story yet to be told), but I did learn a lot along the way; in particular, how to get an Elm ... (more…)

Read more »