diff options
author | Ivan Dubrov <[email protected]> | 2011-07-13 15:25:01 +0700 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-17 09:16:37 +0200 |
commit | b4f5b85d0a7f288db70093d806920d004d8b0e83 (patch) | |
tree | 4c5f76e1eee32f588b7c546ae95e7f4a1e8e4313 /lib/kernel | |
parent | 964f6fce397193fb1a6235d7aaed474b6868d73e (diff) | |
download | otp-b4f5b85d0a7f288db70093d806920d004d8b0e83.tar.gz otp-b4f5b85d0a7f288db70093d806920d004d8b0e83.tar.bz2 otp-b4f5b85d0a7f288db70093d806920d004d8b0e83.zip |
Fix dialyzer warning on default clause for binary comprehension
Fixed dialyzer warning occuring on binary comprehension of form
"<< <<>> || {A, B} <- [{a, b}] >>" caused by default clause
inserted by compiler. Since this clause is different from the
case of list comprehension, dialyzer fails to suppress that warning.
Diffstat (limited to 'lib/kernel')
0 files changed, 0 insertions, 0 deletions