[erlang-questions] Function-related BIFs

Bengt Kleberg bengt.kleberg@REDACTED
Thu Jul 5 12:21:03 CEST 2007


On 2007-07-05 12:13, Olivier BOUDEVILLE wrote:
> 
> Hi,
> 
> is there any way In Erlang to list programatically the functions 
> exported by a given module and/or to resolve a function name (ex : 

the first part is easy:
<Module>:module_info(exports).


bengt
-- 
Those were the days...
    EPO guidelines 1978: "If the contribution to the known art resides
    solely in a computer program then the subject matter is not
    patentable in whatever manner it may be presented in the claims."



More information about the erlang-questions mailing list