From: Don Stewart Date: Thu, 28 Feb 2008 18:53:56 +0000 (+0000) Subject: untabify X-Git-Tag: 2008-05-28~56 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=46522d33dcd67631989581b8e897f7b144e66379;p=ghc-base.git untabify --- diff --git a/Data/Int.hs b/Data/Int.hs index d189a3e..ff077be 100644 --- a/Data/Int.hs +++ b/Data/Int.hs @@ -15,18 +15,18 @@ module Data.Int ( - -- * Signed integer types - Int, - Int8, Int16, Int32, Int64, + -- * Signed integer types + Int, + Int8, Int16, Int32, Int64, - -- * Notes + -- * Notes - -- $notes - ) where + -- $notes + ) where #ifdef __GLASGOW_HASKELL__ -import GHC.Base ( Int ) -import GHC.Int ( Int8, Int16, Int32, Int64 ) +import GHC.Base ( Int ) +import GHC.Int ( Int8, Int16, Int32, Int64 ) #endif #ifdef __HUGS__ @@ -37,7 +37,7 @@ import Hugs.Int ( Int8, Int16, Int32, Int64 ) import Prelude import Prelude (Int) import NHC.FFI (Int8, Int16, Int32, Int64) -import NHC.SizedTypes (Int8, Int16, Int32, Int64) -- instances of Bits +import NHC.SizedTypes (Int8, Int16, Int32, Int64) -- instances of Bits #endif {- $notes