Proposal: module namespaces.

Marcin 'Qrczak' Kowalczyk mk167280@students.mimuw.edu.pl
Wed, 28 Feb 2001 11:41:12 +0100 (CET)


On Wed, 28 Feb 2001, Simon Marlow wrote:

> GHC's package mechanism will actually work pretty much unchanged with
> this scheme, I believe.

I hope that module name clashes across packages will not be fatal. That's
why it should probably be somewhat unified with the package system, not
built on top of it.

I would prefer to be able to just write a full module path in the import
clause, including the package name, instead of being forced to put
appropriate -package options in the makefile.

-- 
Marcin 'Qrczak' Kowalczyk