I wanted to know if there was a standard NotImplementedError
I could pass to Kernel.raise/1
. I was curious whether I could figure out (beyond just trying it) whether that module existed.
More generally, it seems useful to be able to search or even just list all of the 'available' modules for an iex
session.
This question is similar to this other question:
But that question is asking about "the [Elixir] standard lib modules". I want to retrieve or generate an (Elixir) list (i.e. an Elixir value I can manipulate further) of all modules loaded-in or otherwise 'available' in a specific iex
session.