[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / Data / Bits.hs
index c68ec75..c280fe2 100644 (file)
@@ -1,6 +1,6 @@
 {-# OPTIONS -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Data.Bits
 -- Copyright   :  (c) The University of Glasgow 2001
 -- License     :  BSD-style (see the file libraries/core/LICENSE)
@@ -9,7 +9,7 @@
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- $Id: Bits.hs,v 1.4 2002/02/05 17:32:25 simonmar Exp $
+-- $Id: Bits.hs,v 1.5 2002/04/24 16:31:39 simonmar Exp $
 --
 -- Bitwise operations.
 --