Tour of an Open-Source Elm SPA
People often ask me if I can point them to an open-source Elm Single Page Application so they can peruse its code. (more…)
Read more »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