diff options
author | Hans Bolinder <[email protected]> | 2016-04-13 14:43:43 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-04-28 16:16:11 +0200 |
commit | 1cb11595f5d4860b38c8bf6d56073ba0032a51a9 (patch) | |
tree | b849fbd0777ca05294c5b6cded7b0d71e5e5a09a /erts/doc/src | |
parent | 8e6cce04a8ece7f46d0ab95aaa2a73ce5539a562 (diff) | |
download | otp-1cb11595f5d4860b38c8bf6d56073ba0032a51a9.tar.gz otp-1cb11595f5d4860b38c8bf6d56073ba0032a51a9.tar.bz2 otp-1cb11595f5d4860b38c8bf6d56073ba0032a51a9.zip |
erts: Add exact association types to the abstract format doc
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/absform.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml index 13756ddfdc..6d6ba224a0 100644 --- a/erts/doc/src/absform.xml +++ b/erts/doc/src/absform.xml @@ -636,6 +636,9 @@ <item>If A is an association type <c>K => V</c>, where <c>K</c> and <c>V</c> are types, then Rep(A) = <c>{type,LINE,map_field_assoc,[Rep(K),Rep(V)]}</c>.</item> + <item>If A is an association type <c>K := V</c>, where + <c>K</c> and <c>V</c> are types, then Rep(A) = + <c>{type,LINE,map_field_exact,[Rep(K),Rep(V)]}</c>.</item> </list> </section> |