[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:05:05 UTC 2010


The following commit has been merged in the master branch:
commit f621039fc42c68e19890fcf92148038b9fe0ca04
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Dec 27 02:50:05 2005 +0100

    Brief map-related comment tweaks

diff --git a/MissingH/AnyDBM/MapDBM.hs b/MissingH/AnyDBM/MapDBM.hs
index a66b4ad..377c11e 100644
--- a/MissingH/AnyDBM/MapDBM.hs
+++ b/MissingH/AnyDBM/MapDBM.hs
@@ -52,7 +52,7 @@ given 'Map'. -}
 setMapDBM :: MapDBM -> Map.Map String String -> IO ()
 setMapDBM h fm = swapMVar h fm >> return ()
 
-{- | Gets the embedded FiniteMap in this 'FiniteMapDBM'. -}
+{- | Gets the embedded Map in this 'MapDBM'. -}
 getMapDBM :: MapDBM -> IO (Map.Map String String)
 getMapDBM = readMVar
 
diff --git a/MissingH/List.hs b/MissingH/List.hs
index c480626..5f51fbb 100644
--- a/MissingH/List.hs
+++ b/MissingH/List.hs
@@ -35,7 +35,8 @@ module MissingH.List(-- * Tests
                      -- * Association List Utilities
                      {- | These functions are designed to augment the
                      association list functions in "Data.List" and
-                     provide an interface similar to "Data.FiniteMap"
+                     provide an interface similar to "Data.FiniteMap" or
+                     "Data.Map"
                      for association lists. -}
                      addToAL, delFromAL, flipAL, keysAL, valuesAL,
                      hasKeyAL,

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list