
18 Nov
2010
18 Nov
'10
1:06 p.m.
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 mechvel@botik.ru