Skip to content

Instantly share code, notes, and snippets.

@dschinkel
Created September 11, 2018 19:02
Show Gist options
  • Save dschinkel/af99d7b560449b53668644831e51e9f0 to your computer and use it in GitHub Desktop.
Save dschinkel/af99d7b560449b53668644831e51e9f0 to your computer and use it in GitHub Desktop.
Elm - Maybe Examples
row1NextState =
set 2 'X' (withDefault (Array.initialize 3 (always ' ')) row1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment