1erl_expand_records(3) Erlang Module Definition erl_expand_records(3)
2
3
4
6 erl_expand_records - Expands records in a module.
7
9 This module expands records in a module.
10
12 module(AbsForms, CompileOptions) -> AbsForms2
13
14 Types:
15
16 AbsForms = AbsForms2 = [erl_parse:abstract_form()]
17 CompileOptions = [compile:option()]
18
19 Expands all records in a module to use explicit tuple operations
20 and adds explicit module names to calls to BIFs and imported
21 functions. The returned module has no references to records, at‐
22 tributes, or code.
23
25 Section The Abstract Format in ERTS User's Guide.
26
27
28
29Ericsson AB stdlib 3.16.1 erl_expand_records(3)