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⑈
_______________________________________________
Haskell-prime mailing list
Haskell-prime@haskell.org
http://haskell.org/mailman/listinfo/haskell-prime

Reply via email to