In Erlang how can I import all functions from a module?

Posted by Zubair on Stack Overflow See other posts from Stack Overflow or by Zubair
Published on 2010-03-23T21:28:02Z Indexed on 2010/03/23 21:33 UTC
Read the original article Hit count: 219

Filed under:

I can't figure out how to import all the functions of a module without having to speficy the individual functions.

© Stack Overflow or respective owner

Related posts about erlang