[project @ 2002-05-10 15:41:33 by simonmar]
[ghc-base.git] / Data / Bool.hs
index 2515d58..66b804a 100644 (file)
@@ -9,12 +9,14 @@
 -- Stability   :  experimental
 -- 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