Comments only
authorsimonpj@microsoft.com <unknown>
Mon, 4 Dec 2006 01:30:40 +0000 (01:30 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 4 Dec 2006 01:30:40 +0000 (01:30 +0000)
compiler/basicTypes/MkId.lhs

index 8e04b55..a640445 100644 (file)
@@ -1070,8 +1070,7 @@ unsafeCoerceId
                      (mkFunTy openAlphaTy openBetaTy)
     [x] = mkTemplateLocals [openAlphaTy]
     rhs = mkLams [openAlphaTyVar,openBetaTyVar,x] $
---       Note (Coerce openBetaTy openAlphaTy) (Var x)
-         Cast (Var x) (mkUnsafeCoercion openAlphaTy openBetaTy)
+          Cast (Var x) (mkUnsafeCoercion openAlphaTy openBetaTy)
 
 -- nullAddr# :: Addr#
 -- The reason is is here is because we don't provide