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