
16 Feb
2007
16 Feb
'07
3 p.m.
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