aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2016-04-13 14:43:43 +0200
committerHans Bolinder <[email protected]>2016-04-28 16:16:11 +0200
commit1cb11595f5d4860b38c8bf6d56073ba0032a51a9 (patch)
treeb849fbd0777ca05294c5b6cded7b0d71e5e5a09a
parent8e6cce04a8ece7f46d0ab95aaa2a73ce5539a562 (diff)
downloadotp-1cb11595f5d4860b38c8bf6d56073ba0032a51a9.tar.gz
otp-1cb11595f5d4860b38c8bf6d56073ba0032a51a9.tar.bz2
otp-1cb11595f5d4860b38c8bf6d56073ba0032a51a9.zip
erts: Add exact association types to the abstract format doc
-rw-r--r--erts/doc/src/absform.xml3
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>