[project @ 2002-04-24 16:31:37 by simonmar]
[haskell-directory.git] / Data / Bool.hs
index 33804d2..181df1e 100644 (file)
@@ -1,15 +1,15 @@
 {-# OPTIONS -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Data.Bool
 -- Copyright   :  (c) The University of Glasgow 2001
 -- License     :  BSD-style (see the file libraries/core/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
--- Portability :  non-portable
+-- Portability :  portable
 --
--- $Id: Bool.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $
+-- $Id: Bool.hs,v 1.3 2002/04/24 16:31:39 simonmar Exp $
 --
 -- The Bool type and related functions.
 --