Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save bobjflong/092fa151adf36fb01695917fe0a59a86 to your computer and use it in GitHub Desktop.
adt1
defmodule MyModule do
ADT.define foo(a: 0) | bar(val: "hey")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment