Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2fa85fcd9941b4ec94bfc571817f1251419ebcf0 >--------------------------------------------------------------- commit 2fa85fcd9941b4ec94bfc571817f1251419ebcf0 Author: Johan Tibell <[email protected]> Date: Fri Nov 18 08:41:59 2011 -0800 Minor wording change >--------------------------------------------------------------- Data/Map/Strict.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Data/Map/Strict.hs b/Data/Map/Strict.hs index 865066c..451ee36 100644 --- a/Data/Map/Strict.hs +++ b/Data/Map/Strict.hs @@ -267,7 +267,7 @@ import Data.Map.Base hiding -- $strictness -- --- This module satisfies the following properties: +-- This module satisfies the following strictness properties: -- -- 1. Key and value arguments are evaluated to WHNF; -- _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
