table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
erl_expand_records(3erl) | Erlang Module Definition | erl_expand_records(3erl) |
NAME¶
erl_expand_records - Expands Records in a ModuleDESCRIPTION¶
EXPORTS¶
module(AbsForms, CompileOptions) -> AbsForms
Types:
AbsForms = [erl_parse:abstract_form()]
CompileOptions = [ compile:option()]
Expands all records in a module. The returned module has no references to
records, neither attributes nor code.
SEE ALSO¶
The abstract format documentation in ERTS User's Guidestdlib 2.2 | Ericsson AB |