[commit: packages/containers] ghc-head: Fix the description of deprecated functions. (fc37224)
git at git.haskell.org
git at git.haskell.org
Fri Aug 30 13:34:27 CEST 2013
Repository : ssh://git@git.haskell.org/containers
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/containers.git;a=commit;h=fc372244945be8c34daf670a0a3e9ac94ffd9f1e
>---------------------------------------------------------------
commit fc372244945be8c34daf670a0a3e9ac94ffd9f1e
Author: Milan Straka <fox at ucw.cz>
Date: Sun Nov 11 22:26:33 2012 +0100
Fix the description of deprecated functions.
They are not "obsolete", the are "deprecated".
>---------------------------------------------------------------
fc372244945be8c34daf670a0a3e9ac94ffd9f1e
Data/IntMap.hs | 2 +-
Data/Map.hs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Data/IntMap.hs b/Data/IntMap.hs
index cb20340..5a571a0 100644
--- a/Data/IntMap.hs
+++ b/Data/IntMap.hs
@@ -16,7 +16,7 @@
-- (dictionaries).
--
-- This module re-exports the value lazy "Data.IntMap.Lazy" API, plus
--- several obsolete value strict functions. Please note that these functions
+-- several deprecated value strict functions. Please note that these functions
-- have different strictness properties than those in "Data.IntMap.Strict":
-- they only evaluate the result of the combining function. For example, the
-- default value to 'insertWith'' is only evaluated if the combining function
diff --git a/Data/Map.hs b/Data/Map.hs
index 73aeb7d..adec9ec 100644
--- a/Data/Map.hs
+++ b/Data/Map.hs
@@ -16,7 +16,7 @@
-- (dictionaries).
--
-- This module re-exports the value lazy "Data.Map.Lazy" API, plus
--- several obsolete value strict functions. Please note that these functions
+-- several deprecated value strict functions. Please note that these functions
-- have different strictness properties than those in "Data.Map.Strict":
-- they only evaluate the values inserted into the map. For example, the
-- default value to 'insertWith'' is only evaluated if it's used, i.e. because
More information about the ghc-commits
mailing list