X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FUnique.hs;h=3e093d31e5a579a1856d7c05b412870fef7e1c87;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=97251ff36c6969168c2dcd012fc9537bd3da5496;hpb=23f43c48018638acbbf533447e74e08bf9fd789a;p=haskell-directory.git diff --git a/Data/Unique.hs b/Data/Unique.hs index 97251ff..3e093d3 100644 --- a/Data/Unique.hs +++ b/Data/Unique.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Unique -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,8 +8,6 @@ -- 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. -- -----------------------------------------------------------------------------