[Haskell-cafe] list utilities -- shouldn't these be in the hierarchical libs somewhere?

Jules Bean jules at jellybean.co.uk
Tue Dec 18 05:00:49 EST 2007


Thomas Hartman wrote:
> 
> I found
> 
>   http://haskell.cs.yale.edu/haskell-report/List.html
> 
>   had many useful "one off" type list functions such as "subsequences" 
> and "permutations" which are nowhere to be found in hoogle, Data.List, 
> or the haskell hierarchical libs

Weird.

It's not very many. Other that those, I spotted: sums, products, 
elemIndexBy, elemBy.

I have no idea why they were removed between that version of the report 
and haskell98.

Jules


More information about the Haskell-Cafe mailing list