Hierachical modules may be found in files with periods seperating the components rather than paths.
as in Control.Monad.State will be searched for in the following order
- Control/Monad/State?.hs
- Control/Monad?.State.hs
- Control.Monad.State.hs
Hierachical modules may be found in files with periods seperating the components rather than paths.
as in Control.Monad.State will be searched for in the following order