Yo, #Elixir crowd, how do we debug this: https://github.com/jeremyjh/dialyxir/issues/478
@katafrakt good call, but strangely, it's not available both in #Elixir 1.12.2 with #Erlang R24 *and* in Elixir 1.15.0-dev with Erlang R25.
However, dialyxir just works on 1.12.2 / 24
@katafrakt update!
When I run `erl` with exactly the same setup, `prettyptr:module_info().` is defined and returns correct list of exports.
🤔