Re: [elixir-core:7913] Re: [Proposal] Kernel.is_module?/1

2018-02-26 Thread Thomas Cioppettini
OvermindDL1, `function_exported?` was the second method I tried, but the caveat of it needing to be loaded in memory causes too many issues IMO. That is why I settled on the current version I linked to above, which is a more direct variant of what you are suggesting. On Mon, Feb 26, 2018 at 5:13 P

[elixir-core:7913] Re: [Proposal] Kernel.is_module?/1

2018-02-26 Thread OvermindDL1
For note, for a quick-check if a module exists I just do something like: ```elixir ╰─➤ iex Erlang/OTP 20 [erts-9.1] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:10] [hipe] [kernel-poll:false] Interactive Elixir (1.6.1) - press Ctrl+C to exit (type h() ENTER for help) iex(1)> functi