patch applied (packages/containers): export Data.Map.toDescList,
foldlWithKey, and foldrWithKey (trac ticket 2580)
Ian Lynagh
igloo at earth.li
Wed Sep 24 18:42:29 EDT 2008
Mon Sep 22 14:32:00 PDT 2008 qdunkan at gmail.com
* export Data.Map.toDescList, foldlWithKey, and foldrWithKey (trac ticket 2580)
toDescList was previously implemented, but not exported.
foldlWithKey was previously implemented, but not exported. It can be used to
implement toDescList.
foldrWithKey is already exported as foldWithKey, but foldrWithKey is explicitly
the mirror of foldlWithKey, and foldWithKey kept for compatibility.
M ./Data/Map.hs -20 +23
View patch online:
http://darcs.haskell.org/packages/containers/_darcs/patches/20080922213200-2aa8e-44699621243b82ae7b28cde7e9ece6d06b622d20.gz
More information about the Cvs-libraries
mailing list