[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / Data / Bool.hs
index a5518be..181df1e 100644 (file)
@@ -1,6 +1,6 @@
 {-# OPTIONS -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Data.Bool
 -- 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: Bool.hs,v 1.2 2001/07/03 11:37:49 simonmar Exp $
+-- $Id: Bool.hs,v 1.3 2002/04/24 16:31:39 simonmar Exp $
 --
 -- The Bool type and related functions.
 --