How can I get functions list inside a module in interactive shell (iex) on Windows?

You can also do exports ModuleName and it will show all functions + macros.