Hacker News new | ask | show | jobs
by phtrivier 2721 days ago
Purely anecdotal: our experience with Dialixir was rather disapointing (slow, lots of false positive, hard to express types coming from external libraries and generated code.)

Unfortunately, the tradeoff at the time made us stop using specs altogether.

1 comments

Surprised to hear about false positives, that's supposed to be impossible by the design of Dialyzer (it only reports provable type errors).