Jules Bean wrote:
> Dmitri O.Kondratiev wrote:
>> "Set" module here is built with list and uses among other things list
>> comparison functions such as (==) and (<=).
>>
>> Q1:  Where "List" module is imported from?
>>
>> GHC "Base" package contains "Data.List" module, not just "List" module.
> 
> List was the old name for it. Data.List is the new name.

You can also use package haskell98 which gives you the original
non-hierarchical standard library modules.

Ben

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to