Re: [Haskell] ANNOUNCE: multiset 0.1

2008-02-12 Thread Thomas Schilling
(http://www.cs.utexas.edu/~EWD/ewd07xx/EWD786a.PDF, That would make for a nice script font :) Oh, wait, there is one already: http://lucacardelli.name/Fonts.htm ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/

RE: [Haskell] ANNOUNCE: multiset 0.1

2008-02-12 Thread Marnix Klooster
Sebastian Setzer wrote on Thursday, 7 February, 2008 11:14: > Am Donnerstag, 7. Februar 2008 02:43 schrieb Twan van Laarhoven: > > A bit of criticism concerning the name: According to the > > English Wikipedia, > > multiset is a single word. So the identifiers should be > Multiset and > > In

Re: [Haskell] ANNOUNCE: multiset 0.1

2008-02-07 Thread Wolfgang Jeltsch
Am Donnerstag, 7. Februar 2008 11:14 schrieb Setzer, Sebastian (ext): > For users of C++ STL, Multiset is probably easier to remember. But then really with a small s, please! Best wishes, Wolfgang ___ Haskell mailing list Haskell@haskell.org http://www

RE: [Haskell] ANNOUNCE: multiset 0.1

2008-02-07 Thread Setzer, Sebastian (ext)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Wolfgang Jeltsch > Sent: Thursday, February 07, 2008 11:08 AM > To: haskell@haskell.org > Subject: Re: [Haskell] ANNOUNCE: multiset 0.1 > > Am Donnerstag, 7. Februar 200

Re: [Haskell] ANNOUNCE: multiset 0.1

2008-02-07 Thread Wolfgang Jeltsch
Am Donnerstag, 7. Februar 2008 02:43 schrieb Twan van Laarhoven: > Hello, > > I have just uploaded version 0.1 of the multiset library to hackage. This > package provides Data.MultiSet and Data.IntMultiSet modules. A multiset or > bag is like a set, but it can contain multiple copies of the same el

[Haskell] ANNOUNCE: multiset 0.1

2008-02-06 Thread Twan van Laarhoven
Hello, I have just uploaded version 0.1 of the multiset library to hackage. This package provides Data.MultiSet and Data.IntMultiSet modules. A multiset or bag is like a set, but it can contain multiple copies of the same element. The library is already pretty much finished, maybe I should ha