[project @ 2003-09-23 15:09:56 by simonpj]
authorsimonpj <unknown>
Tue, 23 Sep 2003 15:09:56 +0000 (15:09 +0000)
committersimonpj <unknown>
Tue, 23 Sep 2003 15:09:56 +0000 (15:09 +0000)
Remove redundant where

ghc/compiler/types/Type.lhs

index 9a9fae2..9652837 100644 (file)
@@ -118,7 +118,6 @@ hasMoreBoxityInfo :: Kind -> Kind -> Bool
 hasMoreBoxityInfo k1 k2
   | k2 `eqKind` openTypeKind = isAnyTypeKind k1
   | otherwise               = k1 `eqKind` k2
-  where
 
 isAnyTypeKind :: Kind -> Bool
 -- True of kind * and *# and ?