[Haskell-cafe] Re: Packages and modules

John Meacham john at repetae.net
Wed Jul 5 21:56:53 EDT 2006


Package names should never appear in source files IMHO. if a package
name is in the source file, then you might as well make it part of the
module name. packages exist for 'meta-organization' of code. A way to
deal with mapping code _outside_ of the language itself, putting
packages inside the code will force the creation of yet another level,
meta-packages, or something. packages should not be a language issue,
they are an environment one.

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈


More information about the Glasgow-haskell-users mailing list