diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-10-01 22:29:29 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-01-28 15:56:27 +0100 |
commit | b15b2098627f702958771c3497949c62623a415d (patch) | |
tree | 45eed8edb6bbbd2a42f7744e2f07557b1b5db6d8 /lib/stdlib/src/io.erl | |
parent | 226e1e5898058aa3459c4d562df13132c9bc0899 (diff) | |
download | otp-b15b2098627f702958771c3497949c62623a415d.tar.gz otp-b15b2098627f702958771c3497949c62623a415d.tar.bz2 otp-b15b2098627f702958771c3497949c62623a415d.zip |
Extend erl_parse with two Op Map syntax
Example how to construct:
#{ K1 => V1, K2 => V2 }
How to update:
M#{ K1 => V1, K2 := V2 }
How to match:
#{ K1 := V1, K2 := V2 } = M
Diffstat (limited to 'lib/stdlib/src/io.erl')
0 files changed, 0 insertions, 0 deletions