To get the list of Elixir modules just type
h Elixir.[TAB]
Pressing [TAB] autocompletes modules and functions names. In this case it lists all modules. To find all functions in a module e.g. List use
List
h List.[TAB]