[project @ 2005-01-13 10:37:35 by simonmar]
authorsimonmar <unknown>
Thu, 13 Jan 2005 10:37:38 +0000 (10:37 +0000)
committersimonmar <unknown>
Thu, 13 Jan 2005 10:37:38 +0000 (10:37 +0000)
commitbbbba97cbcf12039810533e3a2daf2eefdefe7f0
treed526c9c56e92192069ed732f162d524ef430f9ea
parent3116880983d3babec6675c2a27e300155f03040c
[project @ 2005-01-13 10:37:35 by simonmar]
Add Data.Map, Data.Set, Data.IntMap and Data.IntSet from Daan Leijen's
DData library, with some modifications by JP Bernardy and others on
the libraries@haskell.org list.  Minor changes by me to remove the
last references to DData, and add a DEPRECATED copy of the old
Data.Set interface to the new Data.Set.

Data.FiniteMap is now DEPRECATED.
Data/FiniteMap.hs
Data/IntMap.hs [new file with mode: 0644]
Data/IntSet.hs [new file with mode: 0644]
Data/Map.hs [new file with mode: 0644]
Data/Set.hs
package.conf.in