Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created August 24, 2015 22:09
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 bcardarella/6d8e3377a76c2ce7ded7 to your computer and use it in GitHub Desktop.
Save bcardarella/6d8e3377a76c2ce7ded7 to your computer and use it in GitHub Desktop.
foo([{:a, [1, 2], [:b]}, {c, [3, 4], [:d]}])
defp foo({:a, _, _} = bar, other})
defp foo(a, b) when a = {:a, _, _}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment