Skip to content

Instantly share code, notes, and snippets.

@ericmoritz
Created June 5, 2013 13:55
Show Gist options
  • Select an option

  • Save ericmoritz/5714043 to your computer and use it in GitHub Desktop.

Select an option

Save ericmoritz/5714043 to your computer and use it in GitHub Desktop.
$ erlc test.erl
test.erl:4: Warning: variable 'A' is unused
-module(test).
-export([f/2]).
f(X, Y) -> {A=X, A=Y}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment