add_predefined_functions(Forms) -> UpdatedFormsOTP 20.0
Types
Forms = [erl_parse:abstract_form() | erl_parse:form_info()]UpdatedForms =
[erl_parse:abstract_form() | erl_parse:form_info()]Adds to Forms the code for the standard pre-defined functions (such as module_info/0) that are to be included in every module.