elm-game-of-life
elm-game-of-life copied to clipboard
Show parse errors and validations
Currently the parser Result
is mapped over to default to an empty List
of Cell
s. Show the user when they enter an "invalid" (currently un-parseable) pattern instead of failing silently.