On 17/10/2007, Big_Ham <[EMAIL PROTECTED]> wrote:
>
> Is there a library function to take a list of Strings and return a list of
> ints showing how many times each String occurs in the list.
>
> So for example:
>
> ["egg", "egg", "cheese"] would return [2,1]
>
> I couldn't find anything on a search, or anything in the librarys.
>
> Thanks BH.

No, but it is also trivial to create, with the 'group' function in
Data.List. I'll stop there though, cos this could be a homework
question.

Cheers,

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

Reply via email to