From fd0f48e214eddb7b132dbaaed6f9f26989503981 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Tue, 26 Sep 2006 13:58:43 +0000 Subject: [PATCH] fix header comment --- Data/Bits.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Data/Bits.hs b/Data/Bits.hs index ded147a..1c9cc4c 100644 --- a/Data/Bits.hs +++ b/Data/Bits.hs @@ -9,11 +9,11 @@ -- Stability : experimental -- Portability : portable -- --- This module defines bitwise operations for signed and unsigned --- integers. Instances of the class 'Bits' for the 'Int' and --- 'Integer' types are available from this module, and instances for --- explicitly sized integral types are available from the --- "Data.Int" and "Data.Word" modules. +-- This module defines bitwise operations for signed and unsigned +-- integers. Instances of the class 'Bits' for the 'Int' and +-- 'Integer' types are available from this module, and instances for +-- explicitly sized integral types are available from the +-- "Data.Int" and "Data.Word" modules. -- ----------------------------------------------------------------------------- -- 1.7.10.4