X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FMem%2FWeak.hs;h=4d75b31446f6d00ab375508db7d11bc8971b83e8;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=6a092e0347e873d56d7174377d1dd4b758714f6c;hpb=a69d9d666f8fdb5b11275bda034c5c2f1c5a43d8;p=haskell-directory.git diff --git a/System/Mem/Weak.hs b/System/Mem/Weak.hs index 6a092e0..4d75b31 100644 --- a/System/Mem/Weak.hs +++ b/System/Mem/Weak.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Mem.Weak -- 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: Weak.hs,v 1.2 2001/09/13 11:36:52 simonmar Exp $ --- -- Weak references, weak pairs, weak pointers, and finalizers. -- -----------------------------------------------------------------------------