
Here's a really elementary question: Why does the library have [FiniteMap and Set] instead of [FiniteMap and FiniteSet] or just [Map and Set]? Is there some reason for this inconsistency? Thanks, James

On Fri, Apr 23, 2004 at 08:02:47PM -0500, haskell@alias.spaceandtime.org wrote:
Why does the library have [FiniteMap and Set] instead of [FiniteMap and FiniteSet] or just [Map and Set]? Is there some reason for this inconsistency?
Historical accident mainly. There is discussion going on in the haskell library list about rectifying this using a variation of daan's excelent DData collections. http://www.cs.uu.nl/~daan/ddata.html -- John Meacham - ⑆repetae.net⑆john⑈

Am Samstag, 24. April 2004 03:50 schrieb John Meacham:
On Fri, Apr 23, 2004 at 08:02:47PM -0500, haskell@alias.spaceandtime.org wrote:
Why does the library have [FiniteMap and Set] instead of [FiniteMap and FiniteSet] or just [Map and Set]? Is there some reason for this inconsistency?
Historical accident mainly. There is discussion going on in the haskell library list about rectifying this using a variation of daan's excelent DData collections.
Which use Set and Map as module names.
Wolfgang
participants (3)
-
haskell@alias.spaceandtime.org
-
John Meacham
-
Wolfgang Jeltsch