diff options
author | Björn Gustavsson <[email protected]> | 2015-01-30 15:43:41 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-30 15:51:52 +0100 |
commit | f667931e2905797ffab63e224e56eaf07f77178a (patch) | |
tree | e202cad143ed4ecb5b2f0b2bad14292ea172890f /erts/obj.debug | |
parent | e4a8ab7530d340249c09ca7f27b0120f55b8354a (diff) | |
download | otp-f667931e2905797ffab63e224e56eaf07f77178a.tar.gz otp-f667931e2905797ffab63e224e56eaf07f77178a.tar.bz2 otp-f667931e2905797ffab63e224e56eaf07f77178a.zip |
Make the syntax for map pairs readable
Use the same syntax for map pairs in Core Erlang code as in the
Erlang Code. This Erlang code:
M#{x:=42,y=>1}
will look like this in Core Erlang:
~{'x':=42,'y'=>1|M}~
Diffstat (limited to 'erts/obj.debug')
0 files changed, 0 insertions, 0 deletions