[erlang-questions] how: Getting -export_type information at run time?

Bengt Kleberg bengt.kleberg@REDACTED
Fri Apr 10 08:23:25 CEST 2015


Greetings,

How do I find type information at run time?

A very nice Erlang module takes an options list. The options are -type 
defined and -export_type'ed.
How do another module get that information during run time?

I thought that it might be in very_nice:module_info(attributes), but no 
luck.


bengt




More information about the erlang-questions mailing list