Skip to content

Instantly share code, notes, and snippets.

@paulohp
Created November 23, 2016 12:10
Show Gist options
  • Save paulohp/d761eb31dfa31ce4829b2969c1281c3a to your computer and use it in GitHub Desktop.
Save paulohp/d761eb31dfa31ce4829b2969c1281c3a to your computer and use it in GitHub Desktop.
case 1 > 2 do
true -> %{map | value: 1++}
false -> %{map | value2: 2++}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment