To be clear, .ex is not an executable, it’s just an elixir file. .beam are the bytecode files.
In short, modules in iex are loaded into memory so not compiled with docs. I’m not sure if there is a way to do so or not. If you have a mix project, though, and load it in with iex -S mix then you’ll be able to use h.






















