in iex -S mix
when I do alias MyApp.Services.DoStuff
I see a response of MyApp.MyApp.Services.DoStuff
Which doesn't seem to let me use my module in the console.
My module is defined in lib/myapp/services/dostuff.ex
defmodule MyApp.Services.DoStuff do ...