X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FBool.hs;h=66b804a2df4e28ce8f9bfb9d40a669c113145bb8;hb=d7351a78329804dd5115b83184aec64136a5c8e2;hp=33804d27054da75bdb7db588fb3b60f70cdfa765;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=haskell-directory.git diff --git a/Data/Bool.hs b/Data/Bool.hs index 33804d2..66b804a 100644 --- a/Data/Bool.hs +++ b/Data/Bool.hs @@ -1,22 +1,22 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Bool -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental --- Portability : non-portable --- --- $Id: Bool.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ +-- Portability : portable -- --- The Bool type and related functions. +-- The 'Bool' type and related functions. -- ----------------------------------------------------------------------------- module Data.Bool ( + -- * Booleans Bool(..), + -- ** Operations (&&), -- :: Bool -> Bool -> Bool (||), -- :: Bool -> Bool -> Bool not, -- :: Bool -> Bool