[project @ 1998-03-03 15:50:07 by sof]
authorsof <unknown>
Tue, 3 Mar 1998 15:50:07 +0000 (15:50 +0000)
committersof <unknown>
Tue, 3 Mar 1998 15:50:07 +0000 (15:50 +0000)
unifyKindErr: drop the "Compiler bug:" prefix

ghc/compiler/typecheck/Unify.lhs

index 43ce1f2..bb28f2b 100644 (file)
@@ -483,7 +483,7 @@ unifyMisMatch ty1 ty2
         4 (sep [quotes (ppr ty1), ptext SLIT("against"), quotes (ppr ty2)])
 
 unifyKindErr tyvar ty
-  = hang (ptext SLIT("Compiler bug: kind mis-match between"))
+  = hang (ptext SLIT("Kind mis-match between"))
         4 (sep [quotes (hsep [ppr tyvar, ptext SLIT("::"), ppr (tyVarKind tyvar)]),
                 ptext SLIT("and"), 
                 quotes (hsep [ppr ty, ptext SLIT("::"), ppr (typeKind ty)])])