On the one hand, long module names are annoying to keyboard.

On the other, module names must be unique within a module. If would be great if 
aliasing allowed collisions of the source, e.g.
    
    
    import "me/foo" as foo1
    import "you/foo" as foo2
    

Reply via email to