[erlang-questions] Some questions about dialyzer

Stavros Aronis aronisstav@REDACTED
Wed Dec 21 12:12:25 CET 2011


Using only the provided code I cannot reproduce this issue. The following 
module passes the analysis without warnings.

-module(test).

-export([test/1]).

test(TestList) ->
    lists:filter(fun(X) ->
 {_, _, SomeBoolFlag} = X,
 SomeBoolFlag == false
 end,
 TestList).

Stavros
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20111221/8e245744/attachment.htm>


More information about the erlang-questions mailing list