[erlang-questions] metaprogramming with -spec
semmit mondo
semmitmondo@REDACTED
Fri Sep 19 14:33:30 CEST 2014
Hi, Is it possible to figure out the spec of functions in a compiled module? Given a module name I want to be able to know what is the return typeof a function in that module and what are the types of the arguments.But all I know at the moment is the arity of the function (via module_info).Is that info lost when compiling?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140919/bf9cc7ca/attachment.htm>
More information about the erlang-questions
mailing list