X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FSet.hs;h=71f09c0c2f3452bb166f4781c32cfbed95ce65d7;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=11f4b611f3b11e54cc2f8b5ac3842ce1e45c8aa4;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Set.hs b/Data/Set.hs index 11f4b61..71f09c0 100644 --- a/Data/Set.hs +++ b/Data/Set.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Set -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Set.hs,v 1.1 2001/09/13 11:50:35 simonmar Exp $ +-- $Id: Set.hs,v 1.2 2002/04/24 16:31:40 simonmar Exp $ -- -- This implementation of sets sits squarely upon Data.FiniteMap. --