<div dir="ltr"><div>Hi all,</div><div><br></div><div>I have opened an issue as recommended by Kostis. Follow the link: <a href="https://github.com/erlang/otp/issues/4851">https://github.com/erlang/otp/issues/4851</a>.<br></div><div><br></div><div>P.S.: I don't know why but his email has not reached my inbox (neither spam folder), but I've seem his response on digest mail. Because of this, I'm replying to Stanislav's response.<br></div><div><br></div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Best regards,<br>Paulo Zulato<br><br>--<br>«Quis custodiet ipsos custodes?»</div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 18 May 2021 at 11:36, Stanislav Ledenev <<a href="mailto:s.ledenev@gmail.com">s.ledenev@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">I think all of the special with proplist simply cuts down to the fact that proplist's types are exported. </div><div dir="ltr">If you made your own module with types you'll get same "working" dialyzer.<br><br>myprops.erl<br>--------------<br>-module(myprops).<br>-type property() :: atom() | tuple().<br>-type proplist() :: [property()].<br><br>-export_type([proplist/0, property/0]).<br><br>test.erl<br>-----------<br>-spec test() -> myprops:proplist().<br><br>Perhaps it is somehow connected with the "dynamic" nature of exported types in the eyes of the dialyzer.<br>Sorry I can't say more than this. I've never dug so deep with the dialyzer.<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div>
</blockquote></div>
</blockquote></div></div>
</blockquote></div>