--------------------------------------------
-- 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to