[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:12:15 UTC 2010
The following commit has been merged in the master branch:
commit b28eb80a59427d9823d5349480708bf32d75c1a5
Author: John Goerzen <jgoerzen at complete.org>
Date: Fri Oct 20 00:55:53 2006 +0100
Fix comment in MissingH/Map.hs
diff --git a/MissingH/Map.hs b/MissingH/Map.hs
index d3c4ca4..3ef5621 100644
--- a/MissingH/Map.hs
+++ b/MissingH/Map.hs
@@ -59,7 +59,7 @@ This implementation is simple:
>strToM = Data.Map.fromList . strToAL
-This function is designed to work with FiniteMap String String objects,
+This function is designed to work with Map String String objects,
but may work with other key\/value combinations if they have simple
representations. -}
strToM :: (Read a, Read b, Ord a) => String -> Data.Map.Map a b
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list