Export lists in modules

John Meacham john at repetae.net
Mon Feb 20 22:41:40 EST 2006


on this note, I thought it would be nice to do a 'mostly unqualified'
import.

import Foo qualified(foo,bar)

which will have the effect of 

import Foo hiding(foo,bar)
import qualified Foo(foo,bar)

since usually you can import a whole module unqualified except for a few
troublemakers.

        John

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


More information about the Haskell-prime mailing list