Skip to content

Instantly share code, notes, and snippets.

@leojpod
Created March 23, 2017 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leojpod/8c15398a07e7698aba64747373a84adb to your computer and use it in GitHub Desktop.
Save leojpod/8c15398a07e7698aba64747373a84adb to your computer and use it in GitHub Desktop.
Support code for the Medium article on Getting started with Elm
randCell : Generator Cell
randCell =
map
(\b ->
if b then
Alive
else
Empty
)
Random.bool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment