RE: cannot switch to qualified module names in ghci

2002-02-28 Thread Simon Marlow
> 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

cannot switch to qualified module names in ghci

2002-02-27 Thread Hal Daume III
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