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

Have never tried it on windows. I try to avoid win as much as possible :wink:

But e.g. Enum.__info__(:functions) returns a list of all functions in the Enum module. The printing of it is truncated though, perhaps thats the case in your experiments as well?