IEx provides access to Elixir documentation. When Elixir is installed on your system you can start IEx e.g. with iex
command in a terminal. Then type h
command on IEx command line followed by the function name prepended by its module name e.g. h List.foldr