Skip to content

Instantly share code, notes, and snippets.

@aerosol
Created September 7, 2015 19:42
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 aerosol/b196883bb1356c7de72f to your computer and use it in GitHub Desktop.
Save aerosol/b196883bb1356c7de72f to your computer and use it in GitHub Desktop.
defmodule Foo do
def f(x), do: &(x + &1)
def f(x, y), do: x - y
end
3 |> Foo.f(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment