Programming Phoenix LiveView: slightly incorrect iex session (76)

We can see the following simulated iex session:

iex> alias Pento.Catalog
Pento.Catalog
iex> alias Pento.Catalog.Product
Pento.Product
iex> alias Pento.Repo
Pento.Repo

but the return value of alias Pento.Catalog.Product is incorrect as it doesn’t include the Catalog namespace.