[project @ 1997-09-03 23:51:26 by sof]
authorsof <unknown>
Wed, 3 Sep 1997 23:51:26 +0000 (23:51 +0000)
committersof <unknown>
Wed, 3 Sep 1997 23:51:26 +0000 (23:51 +0000)
wibble

ghc/compiler/utils/Maybes.lhs

index 49ab0c4..b29dd9c 100644 (file)
@@ -28,8 +28,8 @@ module Maybes (
        catMaybes
     ) where
 
-CHK_Ubiq()                     -- debugging consistency check
-import Unique  (Unique)                -- only for specialising
+CHK_Ubiq()             -- debugging consistency check
+import Unique  (Unique)        -- only for specialising
 
 #if __GLASGOW_HASKELL__ >= 204
 import Maybe( catMaybes, mapMaybe )