aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/dict.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2014-03-11 15:16:19 +0100
committerHans Bolinder <[email protected]>2014-03-24 09:13:02 +0100
commit0cd4d6babd9b5480ed3694ba8a3538447dc63a35 (patch)
tree6b7aafaa031ada7529c9135d73a12b36f186a452 /lib/stdlib/src/dict.erl
parentc2b4eab25c907f453a394d382c04cd04e6c06b49 (diff)
downloadotp-0cd4d6babd9b5480ed3694ba8a3538447dc63a35.tar.gz
otp-0cd4d6babd9b5480ed3694ba8a3538447dc63a35.tar.bz2
otp-0cd4d6babd9b5480ed3694ba8a3538447dc63a35.zip
stdlib: Add more types to epp and erl_lint
Diffstat (limited to 'lib/stdlib/src/dict.erl')
-rw-r--r--lib/stdlib/src/dict.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/stdlib/src/dict.erl b/lib/stdlib/src/dict.erl
index 6088e1a2dd..cf8fb3114a 100644
--- a/lib/stdlib/src/dict.erl
+++ b/lib/stdlib/src/dict.erl
@@ -55,8 +55,7 @@
-define(exp_size, (?seg_size * ?expand_load)).
-define(con_size, (?seg_size * ?contract_load)).
--type segs(K, V) :: tuple()
- | {K, V}. % dummy
+-type segs(_Key, _Value) :: tuple().
%% Define a hashtable. The default values are the standard ones.
-record(dict,