X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FUnique.hs;h=3e093d31e5a579a1856d7c05b412870fef7e1c87;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=a1cbf6f9f1ea988db363720a960a4f845c522551;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Data/Unique.hs b/Data/Unique.hs index a1cbf6f..3e093d3 100644 --- a/Data/Unique.hs +++ b/Data/Unique.hs @@ -8,8 +8,6 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Unique.hs,v 1.2 2002/04/24 16:31:43 simonmar Exp $ --- -- An infinite supply of unique objects, supporting ordering and equality. -- -----------------------------------------------------------------------------