Skip to content

Instantly share code, notes, and snippets.

@TattdCodeMonkey
Created May 1, 2015 03:07
Show Gist options
  • Save TattdCodeMonkey/6dd4afb1d3a4e0a18d07 to your computer and use it in GitHub Desktop.
Save TattdCodeMonkey/6dd4afb1d3a4e0a18d07 to your computer and use it in GitHub Desktop.
Elixir simple when
def my_function(value) when is_atom(value) do
IO.puts "atom"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment