import module x = module x.function(...)
Also, in Haskell modules can define which names to export. In Python everything is visible.
-----