Export lists in modules
Bulat Ziganshin
bulat.ziganshin at gmail.com
Thu Feb 23 07:21:18 EST 2006
Hello Malcolm,
Thursday, February 23, 2006, 1:58:36 PM, you wrote:
MW> People often overlook the useful facility of the module system to group
MW> multiple common imports into a single re-exporting super-module. With
MW> my proposal, you would simply replace the implicit "import Prelude" with
MW> an explicit "import Prelude.Standard" (or use a build flag like
MW> -fimplicit-prelude, or +98).
MW> The idea is that backward compatibility with the old Prelude is
MW> preserved as much as possible, but the experimental ability to replace
MW> or remove parts of the Prelude is gained.
import Prelude ($)
can't solve this problem?
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-prime
mailing list