X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FBool.hs;h=181df1e420fa8cb5417d15a3f72f03cd6a44fe84;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=a5518be10b8dd77b02d0d5f521295511d7a504f6;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Bool.hs b/Data/Bool.hs index a5518be..181df1e 100644 --- a/Data/Bool.hs +++ b/Data/Bool.hs @@ -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. --