[Haskell-cafe] ANN: list-extras 0.4.0
wren ng thornton
wren at freegeek.org
Mon May 31 23:09:53 EDT 2010
--------------------------------------------
-- list-extras 0.4.0
--------------------------------------------
A minor (but interface-changing) release for common not-so-common
functions for lists.
--------------------------------------------
-- Changes (since 0.3.0)
--------------------------------------------
* (by Tom Lokhorst) Added Data.List.Extras.list: a function for
non-recursive case matching on lists. In the spirit of `maybe` and
`either` (if we don't interpret them as catamorphisms).
* Changed the type of Data.List.Extras.Pair.zipBy to be correct. I have
no idea where the old more restrictive type came from.
--------------------------------------------
-- Links
--------------------------------------------
Homepage:
http://code.haskell.org/~wren/
Hackage:
http://hackage.haskell.org/package/list-extras
Darcs:
http://code.haskell.org/~wren/list-extras/
Haddock (Darcs version):
http://code.haskell.org/~wren/list-extras/dist/doc/html/list-extras/
--
Live well,
~wren
More information about the Haskell-Cafe
mailing list