Re: I am close to using a behaviour as a pure interface and I feel dirty...
Stanislav Ledenev <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAOkK=AKN2BEBrKMSwBiwOTjDwA2XPOfy_0Y705B9RU-NYFbDpg@mail.gmail.com> |
>> Surely Dialyzer will tell you that there is an unknown function in the >> module that you analyze. I guess you are talking about the -Wunknown option? It is ok, but this option is turned off by default. At the beginning of learning Erlang's tools, in terms of ease of use, the xref tool is more convenient (IMHO of course). Anyway, Erlang has a bunch of really good tools and understanding them is a matter of time. > >