.TH erl_expand_records 3erl "stdlib 4.3.1.3" "Ericsson AB" "Erlang Module Definition" .SH NAME erl_expand_records \- Expands records in a module. .SH DESCRIPTION .LP This module expands records in a module\&. .SH EXPORTS .LP .nf .B module(AbsForms, CompileOptions) -> AbsForms2 .br .fi .br .RS .LP Types: .RS 3 AbsForms = AbsForms2 = [erl_parse:abstract_form()] .br CompileOptions = [compile:option()] .br .RE .RE .RS .LP Expands all records in a module to use explicit tuple operations and adds explicit module names to calls to BIFs and imported functions\&. The returned module has no references to records, attributes, or code\&. .RE .SH "SEE ALSO" .LP Section The Abstract Format in ERTS User\&'s Guide\&.