Skip to content

Instantly share code, notes, and snippets.

@knewter
Created September 25, 2013 06:28
Show Gist options
  • Save knewter/6695829 to your computer and use it in GitHub Desktop.
Save knewter/6695829 to your computer and use it in GitHub Desktop.
iex(2)> :application.start(:gproc)
:ok
iex(3)> :gproc.reg(:foo, :bar)
** (ArgumentError) argument error
src/gproc.erl:922: :gproc.reg(:foo, :bar)
erl_eval.erl:569: :erl_eval.do_apply/6
src/elixir.erl:138: :elixir.eval_forms/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment