aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-10-04 12:11:11 +0200
committerGitHub <[email protected]>2018-10-04 12:11:11 +0200
commit0cb5456831a99e21f11e7331b4e2c56849827944 (patch)
treeda9296875b4d0493510035328fa9c7ffee4bbe57 /lib/stdlib/src
parent18a742fa6d52999d0ba415330ba2168caaeb1256 (diff)
parent8f7c468bf851dbaba72bb230bae42034de7d2203 (diff)
downloadotp-0cb5456831a99e21f11e7331b4e2c56849827944.tar.gz
otp-0cb5456831a99e21f11e7331b4e2c56849827944.tar.bz2
otp-0cb5456831a99e21f11e7331b4e2c56849827944.zip
Merge PR-1962 from gomoripeti/ms_bit_size OTP-15343
Document bit_size in match-specs and allow in fun2ms
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r--lib/stdlib/src/ms_transform.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/src/ms_transform.erl b/lib/stdlib/src/ms_transform.erl
index 3845e35e9b..6d243e1bec 100644
--- a/lib/stdlib/src/ms_transform.erl
+++ b/lib/stdlib/src/ms_transform.erl
@@ -946,6 +946,7 @@ real_guard_function(node,0) -> true;
real_guard_function(node,1) -> true;
real_guard_function(round,1) -> true;
real_guard_function(size,1) -> true;
+real_guard_function(bit_size,1) -> true;
real_guard_function(map_size,1) -> true;
real_guard_function(map_get,2) -> true;
real_guard_function(tl,1) -> true;