[project @ 2002-04-26 13:34:05 by simonmar]
[haskell-directory.git] / Data / FiniteMap.hs
index 025fcef..a44bb36 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Data.FiniteMap
 -- Copyright   :  (c) The University of Glasgow 2001
 -- License     :  BSD-style (see the file libraries/core/LICENSE)
@@ -8,8 +8,6 @@
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- $Id: FiniteMap.hs,v 1.1 2001/08/17 12:44:54 simonmar Exp $
---
 -- A finite map implementation, derived from the paper:
 --        S Adams, "Efficient sets: a balancing act"
 --        Journal of functional programming 3(4) Oct 1993, pp553-562