Enter Our Giveaways
Elixir Programming Language Forum
How can I get functions list inside a module in interactive shell (iex) on Windows?
Questions & Help
Questions
iex
,
how-to-question
josevalim
October 3, 2017, 9:28am
6
You can also do
exports ModuleName
and it will show all functions + macros.
show post in topic