> It seems that if you are in a module X which imports Foo.Bar,
> you cannot
> use :m to get to the Bar module.
>
> X> :m Bar
> can't find module `Bar'
> X> :m Foo.Bar
> strange looking module name: `Foo.Bar'
>
> It appears the remedy to this would be to modify the definition of
> isAlphaNumEx
It seems that if you are in a module X which imports Foo.Bar, you cannot
use :m to get to the Bar module.
X> :m Bar
can't find module `Bar'
X> :m Foo.Bar
strange looking module name: `Foo.Bar'
It appears the remedy to this would be to modify the definition of
isAlphaNumEx in ghci/InteractiveUI.h