Remove HsNumTy and TypePati.
[ghc-hetmet.git] / compiler / hsSyn / HsBinds.lhs
index e6cad1a..dab2860 100644 (file)
@@ -671,7 +671,7 @@ okBindSig _ = True
 
 okHsBootSig :: Sig a -> Bool
 okHsBootSig (TypeSig  _ _)    = True
-okHsBootSig (GenericSig  _ _) = True -- JPM: Is this true?
+okHsBootSig (GenericSig  _ _) = False
 okHsBootSig (FixSig _)               = True
 okHsBootSig _                 = False