[project @ 1998-01-22 15:51:30 by sof]
[ghc-hetmet.git] / ghc / lib / glaExts / Bits.lhs
index 3a7a3b3..f47aa8f 100644 (file)
@@ -1,7 +1,11 @@
 %
-% (c) The GRASP/AQUA Project, Glasgow University, 1992-1996
+% (c) The GRASP/AQUA Project, Glasgow University, 1998
 %
-\section[Bits]{The @Bits@ Module}
+\section[Bits]{The @Bits@ interface}
+
+Defines the @Bits@ class containing bit-based operations.
+See library document for details on the semantics of the
+individual operations.
 
 \begin{code}
 {-# OPTIONS -fno-implicit-prelude #-}