X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FndpFlatten%2FFlattening.hs;h=a28be20911b483ba8e00242a1de6648ef8b559c6;hb=4307f28b4d201d71a11dd304796ce7319fbb3345;hp=ccced5a9f070d1bcf340dc0331bd2fc087da1970;hpb=071c8bcdf514b746a4f015a02f2da92da7e4a5b7;p=ghc-hetmet.git diff --git a/ghc/compiler/ndpFlatten/Flattening.hs b/ghc/compiler/ndpFlatten/Flattening.hs index ccced5a..a28be20 100644 --- a/ghc/compiler/ndpFlatten/Flattening.hs +++ b/ghc/compiler/ndpFlatten/Flattening.hs @@ -651,8 +651,7 @@ dftbpBinders indexBnds exprBnds = return ((fBnd, (newBnd:restBnds)), liftTy ty) dftbpBinders' _ _ _ = - panic "Flattening.dftbpBinders: index and expression binder lists \ - \have different length!" + panic "Flattening.dftbpBinders: index and expression binder lists have different length!" getExprOfBind:: CoreBind -> CoreExpr getExprOfBind (NonRec _ expr) = expr