Skip to content

Instantly share code, notes, and snippets.

@MonkeyIsNull
Created November 4, 2015 03:08
Show Gist options
  • Save MonkeyIsNull/738e0ae9114416ed1f11 to your computer and use it in GitHub Desktop.
Save MonkeyIsNull/738e0ae9114416ed1f11 to your computer and use it in GitHub Desktop.
Enum.reduce(Enum.map([1,2,3,4], fn(x) -> x*2 end), 0, fn(x,acc) -> x + acc end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment