Skip to content

Instantly share code, notes, and snippets.

@hgarcia
Created April 3, 2012 14:41
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 hgarcia/2292553 to your computer and use it in GitHub Desktop.
Save hgarcia/2292553 to your computer and use it in GitHub Desktop.
Learning Erlang 5
1> htmltags:module_info().
[{exports,[{anchor,1},{module_info,0},{module_info,1}]},
{imports,[]},
{attributes,[{vsn,[182074441483321614685265050785950543270]}]},
{compile,[{options,[]},
{version,"4.7.3"},
{time,{2012,3,26,4,0,5}},
{source,"/home/hernan/Dropbox/erlang/manuscript/code/htmltags.erl"}]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment