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

How Elm inspired Play

This is an account of how the Play programming language came to be. It’s important for me that you realize that Elm is likely to be more mature than Play for several years, and that Play would not have existed if not for Elm. (more…)

Read more »