List Functions For A Module
Last updated
Was this helpful?
Last updated
Was this helpful?
During an iex
session, I can do a little introspection on modules using either the function or Erlang's function. In particular, I can pass :functions
to either one to get a list of the functions for that module.
This is what __info__/1
looks like for the functions of the List
module: