What is "Success typing" and what does #Dialyzer have to do with it?
Reading through everything I can find, it does sounds like: "well I can't find all the errors, but the ones I do find - those exist".
Does Dialyzer only check for the `@spec` portions of #elixir code? So if I don't include that, my functions won't be checked?


