Skip to content

Instantly share code, notes, and snippets.

@TylerPachal
Last active August 10, 2018 20:47
Show Gist options
  • Select an option

  • Save TylerPachal/121d950d19d961859b3a8d2744cb4688 to your computer and use it in GitHub Desktop.

Select an option

Save TylerPachal/121d950d19d961859b3a8d2744cb4688 to your computer and use it in GitHub Desktop.
# Pattern matching with a case statement
my_bool = case my_map do
%{foo: _, bar: _} -> true
_ -> false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment