if we have

import qualified Some.Long.Module.Name as N

we can do

:info N.somefunction

or

:info Some.Long.Module.Name.somefunction

and

:browse Some.Long.Module.Name

but not

:browse N

which would be really nice :P

if this could make its way into 5.04.1, that would be wonderful

--
Hal Daume III

 "Computer science is no more about computers    | [EMAIL PROTECTED]
  than astronomy is about telescopes." -Dijkstra | www.isi.edu/~hdaume

_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to