diff options
author | Stavros Aronis <[email protected]> | 2012-12-07 18:53:18 +0100 |
---|---|---|
committer | Stavros Aronis <[email protected]> | 2012-12-20 14:09:33 +0100 |
commit | 0e37e993c477dfab0e7218b8246bf94b7a9b97a1 (patch) | |
tree | fd5cc0c5a532fac57d367f9cbd0f66830f921c83 /lib/sasl/src/rb_format_supp.erl | |
parent | af68f5a22f995284b07ece178c42e630ecf94d54 (diff) | |
download | otp-0e37e993c477dfab0e7218b8246bf94b7a9b97a1.tar.gz otp-0e37e993c477dfab0e7218b8246bf94b7a9b97a1.tar.bz2 otp-0e37e993c477dfab0e7218b8246bf94b7a9b97a1.zip |
Report spec discrepancy on mismatching lists
This patch enables Dialyzer to detect cases where a function has a specification
for a return type containing some list with elements different than the ones
Dialyzer's own algorithm can infer e.g. a function specified to return [atom()]
when actually [[atom()]] is returned.
Previously Dialyzer remained silent, under normal operation, seeing that these
two types have the empty list as a common element, so they were not 'completely
irrelevant'.
Diffstat (limited to 'lib/sasl/src/rb_format_supp.erl')
0 files changed, 0 insertions, 0 deletions