X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FUnique.hs;h=81fe6d87a02f58b1fe2d294b2703f2fefd0fb283;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=97251ff36c6969168c2dcd012fc9537bd3da5496;hpb=23f43c48018638acbbf533447e74e08bf9fd789a;p=ghc-base.git diff --git a/Data/Unique.hs b/Data/Unique.hs index 97251ff..81fe6d8 100644 --- a/Data/Unique.hs +++ b/Data/Unique.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Unique -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : non-portable -- --- $Id: Unique.hs,v 1.1 2001/07/04 10:48:39 simonmar Exp $ --- -- An infinite supply of unique objects, supporting ordering and equality. -- -----------------------------------------------------------------------------