How to make a module depend on a behaviour?...
Read MoreDialyzer cannot recognize types from dependencies...
Read MoreIs there a way to make Dialyzer watch code changes?...
Read MoreHow to typespec guards in a human friendly way?...
Read MoreDialyzer simplifies long union types...
Read MoreWhat are the requirements for position of custom attributes in an Erlang module?...
Read MoreDialyzer cannot recognize error in function using polymorphic types...
Read MoreDialyzer does not catch errors on returned functions...
Read MoreElixir Dialyzer error when accessing struct prop using dot syntax...
Read MorePolymorphic types for dialyzer in Elixir...
Read More`changeset()` spec requires nullable type which is not logically nullable...
Read MoreDialyzer warns about no_exit on bad record construction - is this a bug?...
Read MoreIs casting to `any()` a good solution for having Dialyzer accept ETS match patterns?...
Read MoreWhy does Dialyzer believe specs with too-specific return types?...
Read MoreDoes Rebar3 compile Dialyzer modules with HiPE?...
Read MoreHow do I fix a "will never return since the success typing is [...] and the contract is.."...
Read MoreWhy does dialyzer fail on nocatch?...
Read MoreHow to avoid a “can never match” error from Dialyzer in a `with` statement that has a match all `els...
Read MoreType of non-terminating function in Erlang...
Read MoreHow to fix Dialyzer "Callback info about the '.....' behaviour is not available" e...
Read MoreWhy do type specs in OTP repeat parameter names?...
Read MoreHow can I suppress dialyzer warning on comparison between module variable and local static variable?...
Read MoreHow to spec a callback with variable number of arguments in Elixir...
Read MoreDialyzer not detecting obvious type error in parametrized type...
Read More"Dialyzer is usually never wrong", but I can't figure out how my @spec is incorrect...
Read More