Skip to content

Instantly share code, notes, and snippets.

@talentdeficit
Created June 12, 2013 05:05
Show Gist options
  • Save talentdeficit/5762943 to your computer and use it in GitHub Desktop.
Save talentdeficit/5762943 to your computer and use it in GitHub Desktop.
wut?
iex(4)> f = fn
...(4)> nil -> :null
...(4)> x -> x
...(4)> end
#Function<erl_eval.6.17052888>
iex(5)> JSEX.Customize.defdecoder(MyDecoder, f)
iex:5: redefining module MyDecoder
** (CompileError) iex:5: function f/0 undefined
iex(5)> f
#Function<erl_eval.6.17052888>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment