Skip to content

Instantly share code, notes, and snippets.

@nox
Created January 25, 2011 00:48
Show Gist options
  • Save nox/794312 to your computer and use it in GitHub Desktop.
Save nox/794312 to your computer and use it in GitHub Desktop.
$ erl -s ex_complete_app
Erlang R14B02 (erts-5.8.3) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.8.3 (abort with ^G)
1> Fun = fun (X) -> X end.
#Fun<erl_eval.6.13229925>
2> Foo = foo.
foo
3> F
Foo Fun/1
3> F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment