List Question
20 TechQA 2024-02-20T17:14:33.943000Dialyzer cannot recognize types from dependencies
41 views
Asked by Flame_Phoenix
Dialyzer: Unknown Type re:mp()
61 views
Asked by Patrick Bucher
Dialyxir issue with macro code transformation
113 views
Asked by denis.peplin
How to specify arguments and return types for functions within functions using the Erlang Dialyzer?
77 views
Asked by Piskator
How to typespec guards in a human friendly way?
145 views
Asked by Flame_Phoenix
Why doesn't Erlang's Dialyzer detect difference in state?
66 views
Asked by Piskator
Different behaviour when producing annotations with Erlang Typer
83 views
Asked by Duncan Paul
Dialyzer simplifies long union types
104 views
Asked by NoDisplayName
Dialyzer hates my behaviour @callback definition
172 views
Asked by AudioBubble
Dialyzer check only the first case of the function
76 views
Asked by Владимир Слайковский
What are the requirements for position of custom attributes in an Erlang module?
116 views
Asked by Max Heiber
Dialyzer cannot recognize error in function using polymorphic types
629 views
Asked by Flame_Phoenix
Dialyzer does not catch errors on returned functions
456 views
Asked by Flame_Phoenix
Elixir Behaviour that returns the implementer's struct type
345 views
Asked by s3cur3
How do I fix dialyzer unknown_function errors from dependencies?
1.2k views
Asked by Sinc
Elixir Dialyzer error when accessing struct prop using dot syntax
293 views
Asked by harryg
Polymorphic types for dialyzer in Elixir
223 views
Asked by Flame_Phoenix
`changeset()` spec requires nullable type which is not logically nullable
365 views
Asked by norok2
How can I get Dialyzer to accept a call to a function that intentionally throws?
204 views
Asked by Max Heiber
Is casting to `any()` a good solution for having Dialyzer accept ETS match patterns?
119 views
Asked by Max Heiber