diff options
author | Hans Bolinder <[email protected]> | 2018-04-25 11:40:37 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2018-04-25 11:40:37 +0200 |
commit | 960467ead200635cb935dfd3aa5a5abe38299ca6 (patch) | |
tree | 4d85a291e71d5dd92ccb4e88133f12ce21b5ab1f /erts/doc | |
parent | a1d1a01ea8ceb9d7343885967bf40403ff6c0798 (diff) | |
parent | e77aaa6f6c7495dd0d763200535ba78430cde8c9 (diff) | |
download | otp-960467ead200635cb935dfd3aa5a5abe38299ca6.tar.gz otp-960467ead200635cb935dfd3aa5a5abe38299ca6.tar.bz2 otp-960467ead200635cb935dfd3aa5a5abe38299ca6.zip |
Merge branch 'hasse/stdlib/map_guards_shell/OTP-15035/ERL-613'
* hasse/stdlib/map_guards_shell/OTP-15035/ERL-613:
erts: Correct abstract format doc regarding map creation
stdlib: Correct the linter's check of map guard expressions
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/absform.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml index 2ada903edb..158f4dc4e8 100644 --- a/erts/doc/src/absform.xml +++ b/erts/doc/src/absform.xml @@ -407,9 +407,8 @@ </item> <item> <p>If E is a map creation <c>#{A_1, ..., A_k}</c>, - where each <c>A_i</c> is an association <c>E_i_1 => E_i_2</c> - or <c>E_i_1 := E_i_2</c>, then Rep(E) = - <c>{map,LINE,[Rep(A_1), ..., Rep(A_k)]}</c>. + where each <c>A_i</c> is an association <c>E_i_1 => E_i_2</c>, + then Rep(E) = <c>{map,LINE,[Rep(A_1), ..., Rep(A_k)]}</c>. For Rep(A), see below.</p> </item> <item> @@ -731,9 +730,8 @@ </item> <item> <p>If Gt is a map creation <c>#{A_1, ..., A_k}</c>, - where each <c>A_i</c> is an association <c>Gt_i_1 => Gt_i_2</c> - or <c>Gt_i_1 := Gt_i_2</c>, then Rep(Gt) = - <c>{map,LINE,[Rep(A_1), ..., Rep(A_k)]}</c>. + where each <c>A_i</c> is an association <c>Gt_i_1 => Gt_i_2</c>, + then Rep(Gt) = <c>{map,LINE,[Rep(A_1), ..., Rep(A_k)]}</c>. For Rep(A), see above.</p> </item> <item> |