In  ghc-7.0.1,  to import `partition', it is sufficient the line

                                   import List (partition), 

but to import `intercalate', it is needed
                                   import Data.List (intercalate).

Does  Haskell-2010  differ between  List  and  Data.List  import?

Thank you in advance for explanation,

-----------------
Serge Mechveliani
mech...@botik.ru

 
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to