Skip to content

Instantly share code, notes, and snippets.

@bobjflong
Created November 5, 2016 19:46
Show Gist options
  • Select an option

  • Save bobjflong/d871008195af2413c6a627f5e8dd3891 to your computer and use it in GitHub Desktop.

Select an option

Save bobjflong/d871008195af2413c6a627f5e8dd3891 to your computer and use it in GitHub Desktop.
adt3
value = %MyModule.Bar{}
result = MyModule.case value, [
Foo: fn(x) -> x + 1 end,
Bar: fn(x) -> x.val <> " there" end
]
# assert result == "hey there"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment